EnvironmentPlaceholderValues
Return the appropriate values for the environment placeholders.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new EnvironmentPlaceholderValues {
string AccountId,
string Region
};
Properties
Name | Type | Description |
---|---|---|
AccountId |
string |
Return the account. |
Region |
string |
Return the region. |
AccountId
Required
public string AccountId { get; set; }
- Type: string
Return the account.
Region
Required
public string Region { get; set; }
- Type: string
Return the region.