WorkspacesProps
Properties for defining a Workspaces
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaces
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new WorkspacesProps {
object RefreshOptions = null,
object WorkspaceId = null,
object WorkspaceName = null
};
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
WorkspaceId |
object |
Property workspaceId: The ID of the workspace. |
WorkspaceName |
object |
Property workspaceName: The workspace 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.
WorkspaceId
Optional
public object WorkspaceId { get; set; }
- Type: object
Property workspaceId: The ID of the workspace.
WorkspaceName
Optional
public object WorkspaceName { get; set; }
- Type: object
Property workspaceName: The workspace name.
The format is as follows:
- 3 to 23 characters in length and can contain letters, underscores, or numbers.
- Must start with a large or small letter.
- Unique in the current region.