Skip to content

WorkspaceResourceDlcProps

Properties for defining a WorkspaceResourceDlc.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new WorkspaceResourceDlcProps {
    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, see [ListResources].


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.