Skip to content

RosAccountProps

Properties for defining a RosAccount.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-account

Initializer

using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosAccountProps {
    object DisplayName,
    object DeleteAccount = null,
    object FolderId = null,
    object PayerAccountId = null
};

Properties

Name Type Description
DisplayName object No description.
DeleteAccount object No description.
FolderId object No description.
PayerAccountId object No description.

DisplayNameRequired

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

DeleteAccountOptional

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

FolderIdOptional

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

PayerAccountIdOptional

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