Get Snapshot Result
data class GetSnapshotResult(val azureApiVersion: String, val id: String, val name: String, val provisioningState: String, val source: String, val status: ResourceOperationalStatusResponse, val systemData: SystemDataResponse, val type: String)
Concrete proxy resource types can be created by aliasing this type using a specific property type.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, provisioningState: String, source: String, status: ResourceOperationalStatusResponse, systemData: SystemDataResponse, type: String)