WorkspaceResourceMaxComputesProps
Properties for defining a WorkspaceResourceMaxComputes
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaceresourcemaxcomputes
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new WorkspaceResourceMaxComputesProps {
object WorkspaceId,
object GroupName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
WorkspaceId |
object |
Property workspaceId: The ID of the workspace to which the workspace belongs. |
GroupName |
object |
Property groupName: Resource group name. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
WorkspaceId
Required
public object WorkspaceId { get; set; }
- Type: object
Property workspaceId: The ID of the workspace to which the workspace belongs.
GroupName
Optional
public object GroupName { get; set; }
- Type: object
Property groupName: Resource group name.
If you want to obtain a resource group name.
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.