Get Registry Result
data class GetRegistryResult(val adminUserEnabled: Boolean? = null, val creationDate: String, val id: String, val location: String, val loginServer: String, val name: String, val networkRuleSet: NetworkRuleSetResponse? = null, val policies: PoliciesResponse? = null, val provisioningState: String, val sku: SkuResponse, val status: StatusResponse, val storageAccount: StorageAccountPropertiesResponse? = null, val tags: Map<String, String>? = null, val type: String)
An object that represents a container registry.
Constructors
Link copied to clipboard
fun GetRegistryResult(adminUserEnabled: Boolean? = null, creationDate: String, id: String, location: String, loginServer: String, name: String, networkRuleSet: NetworkRuleSetResponse? = null, policies: PoliciesResponse? = null, provisioningState: String, sku: SkuResponse, status: StatusResponse, storageAccount: StorageAccountPropertiesResponse? = null, tags: Map<String, String>? = null, type: String)