Get Container Registry Result
data class GetContainerRegistryResult(val id: String, val name: String, val properties: ContainerRegistryPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Container registry resource payload.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ContainerRegistryPropertiesResponse, systemData: SystemDataResponse, type: String)