Skip to content

WorkspaceProps

Properties for defining a Workspace.

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

Initializer

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

Properties

Name Type Description
WorkspaceId object Property workspaceId: The ID of the workspace.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

WorkspaceIdRequired

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

Property workspaceId: The ID of the workspace.


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.