Get Plan Result
data class GetPlanResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Represents a devcenter plan resource.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The provisioning state of the resource.
Link copied to clipboard
The SKU for DevCenters created using this definition.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.