Class AccountArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AccountArgs : ResourceArgs
Constructors
View SourceAccountArgs()
Declaration
public AccountArgs()
Properties
View SourceDisplayName
Member name. The length is 2 ~ 50 characters or Chinese characters, which can include Chinese characters, English letters, numbers, underscores (_), dots (.) And dashes (-).
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FolderId
The ID of the parent folder.
Declaration
public Input<string> FolderId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PayerAccountId
Settlement account ID. If the value is empty, the current account will be used for settlement.
Declaration
public Input<string> PayerAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |