RosEnvironmentProps
Properties for defining a RosEnvironment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-environment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosEnvironmentProps {
object BindResourceId,
object EnvironmentName,
object EnvironmentSubType,
object EnvironmentType,
object DeletePromInstance = null,
object FeePackage = null,
object GrafanaWorkspaceId = null,
object ManagedType = null,
object PrometheusInstanceId = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
BindResourceId |
object |
No description. |
EnvironmentName |
object |
No description. |
EnvironmentSubType |
object |
No description. |
EnvironmentType |
object |
No description. |
DeletePromInstance |
object |
No description. |
FeePackage |
object |
No description. |
GrafanaWorkspaceId |
object |
No description. |
ManagedType |
object |
No description. |
PrometheusInstanceId |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
BindResourceId
Required
public object BindResourceId { get; set; }
- Type: object
EnvironmentName
Required
public object EnvironmentName { get; set; }
- Type: object
EnvironmentSubType
Required
public object EnvironmentSubType { get; set; }
- Type: object
EnvironmentType
Required
public object EnvironmentType { get; set; }
- Type: object
DeletePromInstance
Optional
public object DeletePromInstance { get; set; }
- Type: object
FeePackage
Optional
public object FeePackage { get; set; }
- Type: object
GrafanaWorkspaceId
Optional
public object GrafanaWorkspaceId { get; set; }
- Type: object
ManagedType
Optional
public object ManagedType { get; set; }
- Type: object
PrometheusInstanceId
Optional
public object PrometheusInstanceId { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]