Skip to content

ServicesProps

Properties for defining a Services.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new ServicesProps {
    object Labels = null,
    object RefreshOptions = null,
    object ServiceName = null
};

Properties

Name Type Description
Labels object Property labels: Service Tag.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ServiceName object Property serviceName: Service Name.

LabelsOptional

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

Property labels: Service Tag.


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.

ServiceNameOptional

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

Property serviceName: Service Name.