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
constructor(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)
Properties
Link copied to clipboard
The value that indicates whether the admin user is enabled.
Link copied to clipboard
The creation date of the container registry in ISO8601 format.
Link copied to clipboard
The URL that can be used to log into the container registry.
Link copied to clipboard
The network rule set for a container registry.
Link copied to clipboard
The policies for a container registry.
Link copied to clipboard
The provisioning state of the container registry at the time the operation was called.
Link copied to clipboard
The SKU of the container registry.
Link copied to clipboard
The status of the container registry at the time the operation was called.
Link copied to clipboard
The properties of the storage account for the container registry. Only applicable to Classic SKU.