ApplicationsProps
Properties for defining a Applications
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-edas-applications
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new ApplicationsProps {
object AppName = null,
object ClusterId = null,
object LogicalRegionId = null,
object RefreshOptions = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
AppName |
object |
Property appName: The application name keyword. |
ClusterId |
object |
Property clusterId: The ID of the cluster. |
LogicalRegionId |
object |
Property logicalRegionId: The ID of the namespace. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the resource group. |
AppName
Optional
public object AppName { get; set; }
- Type: object
Property appName: The application name keyword.
ClusterId
Optional
public object ClusterId { get; set; }
- Type: object
Property clusterId: The ID of the cluster.
LogicalRegionId
Optional
public object LogicalRegionId { get; set; }
- Type: object
Property logicalRegionId: The ID of the namespace.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.