Get State Configurations Configuration
data class GetStateConfigurationsConfiguration(val configureMode: String, val createTime: String, val description: String, val id: String, val parameters: String, val resourceGroupId: String, val scheduleExpression: String, val scheduleType: String, val stateConfigurationId: String, val tags: Map<String, String>, val targets: String, val templateId: String, val templateName: String, val templateVersion: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(configureMode: String, createTime: String, description: String, id: String, parameters: String, resourceGroupId: String, scheduleExpression: String, scheduleType: String, stateConfigurationId: String, tags: Map<String, String>, targets: String, templateId: String, templateName: String, templateVersion: String, updateTime: String)
Properties
Link copied to clipboard
The configuration mode.
Link copied to clipboard
The creation time.
Link copied to clipboard
The description.
Link copied to clipboard
The parameters.
Link copied to clipboard
The ID of the resource group.
Link copied to clipboard
The schedule expression.
Link copied to clipboard
The schedule type.
Link copied to clipboard
The ID of the final state configuration.
Link copied to clipboard
The ID of the template.
Link copied to clipboard
The name of the template.
Link copied to clipboard
The version of the template.
Link copied to clipboard
The time when the configuration is updated.