Skip to content

WorkspaceResourceMaxComputeProps

Properties for defining a WorkspaceResourceMaxCompute.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaceresourcemaxcompute

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new WorkspaceResourceMaxComputeProps {
    object GroupName,
    object WorkspaceId,
    object RefreshOptions = null
};

Properties

Name Type Description
GroupName object Property groupName: Resource group name.
WorkspaceId object Property workspaceId: The ID of the workspace to which the workspace belongs.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

GroupNameRequired

public object GroupName { get; set; }
  • Type: object

Property groupName: Resource group name.

If you want to obtain a resource group name.


WorkspaceIdRequired

public object WorkspaceId { get; set; }
  • Type: object

Property workspaceId: The ID of the workspace to which the workspace belongs.


RefreshOptionsOptional

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.