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. |
Labels
Optional
public object Labels { get; set; }
- Type: object
Property labels: Service Tag.
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.
ServiceName
Optional
public object ServiceName { get; set; }
- Type: object
Property serviceName: Service Name.