Skip to content

RosDesktopsProps

Properties for defining a RosDesktops.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-desktops

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecd;
new RosDesktopsProps {
    object BundleId,
    object OfficeSiteId,
    object PolicyGroupId,
    object Amount = null,
    object AutoPay = null,
    object AutoRenew = null,
    object ChargeType = null,
    object DesktopName = null,
    object DesktopNameSuffix = null,
    object DirectoryId = null,
    object EndUserId = null,
    object GroupId = null,
    object Hostname = null,
    object Period = null,
    object PeriodUnit = null,
    object PromotionId = null,
    TagsProperty[] Tags = null,
    object UserAssignMode = null,
    object UserName = null,
    object VolumeEncryptionEnabled = null,
    object VolumeEncryptionKey = null,
    object VpcId = null
};

Properties

Name Type Description
BundleId object No description.
OfficeSiteId object No description.
PolicyGroupId object No description.
Amount object No description.
AutoPay object No description.
AutoRenew object No description.
ChargeType object No description.
DesktopName object No description.
DesktopNameSuffix object No description.
DirectoryId object No description.
EndUserId object No description.
GroupId object No description.
Hostname object No description.
Period object No description.
PeriodUnit object No description.
PromotionId object No description.
Tags TagsProperty[] No description.
UserAssignMode object No description.
UserName object No description.
VolumeEncryptionEnabled object No description.
VolumeEncryptionKey object No description.
VpcId object No description.

BundleIdRequired

public object BundleId { get; set; }
  • Type: object

OfficeSiteIdRequired

public object OfficeSiteId { get; set; }
  • Type: object

PolicyGroupIdRequired

public object PolicyGroupId { get; set; }
  • Type: object

AmountOptional

public object Amount { get; set; }
  • Type: object

AutoPayOptional

public object AutoPay { get; set; }
  • Type: object

AutoRenewOptional

public object AutoRenew { get; set; }
  • Type: object

ChargeTypeOptional

public object ChargeType { get; set; }
  • Type: object

DesktopNameOptional

public object DesktopName { get; set; }
  • Type: object

DesktopNameSuffixOptional

public object DesktopNameSuffix { get; set; }
  • Type: object

DirectoryIdOptional

public object DirectoryId { get; set; }
  • Type: object

EndUserIdOptional

public object EndUserId { get; set; }
  • Type: object

GroupIdOptional

public object GroupId { get; set; }
  • Type: object

HostnameOptional

public object Hostname { get; set; }
  • Type: object

PeriodOptional

public object Period { get; set; }
  • Type: object

PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

PromotionIdOptional

public object PromotionId { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }

UserAssignModeOptional

public object UserAssignMode { get; set; }
  • Type: object

UserNameOptional

public object UserName { get; set; }
  • Type: object

VolumeEncryptionEnabledOptional

public object VolumeEncryptionEnabled { get; set; }
  • Type: object

VolumeEncryptionKeyOptional

public object VolumeEncryptionKey { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object