EnvironmentUtils
Initializers
using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new EnvironmentUtils();
| Name | Type | Description |
|---|---|---|
Static Functions
| Name | Description |
|---|---|
Format |
Format an environment string from an account and region. |
Make |
Build an environment object from an account and region. |
Parse |
No description. |
Format
using AlibabaCloud.SDK.ROS.CDK.Cxapi;
EnvironmentUtils.Format(string Account, string Region);
Format an environment string from an account and region.
- Type: string
- Type: string
Make
using AlibabaCloud.SDK.ROS.CDK.Cxapi;
EnvironmentUtils.Make(string Account, string Region);
Build an environment object from an account and region.
- Type: string
- Type: string
Parse
using AlibabaCloud.SDK.ROS.CDK.Cxapi;
EnvironmentUtils.Parse(string Environment);
- Type: string