Get Registry Result
data class GetRegistryResult(val adminUserEnabled: Boolean? = null, val creationDate: String, val dataEndpointEnabled: Boolean? = null, val dataEndpointHostNames: List<String>, val encryption: EncryptionPropertyResponse? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String, val loginServer: String, val name: String, val networkRuleBypassOptions: String? = null, val networkRuleSet: NetworkRuleSetResponse? = null, val policies: PoliciesResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: SkuResponse, val status: StatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneRedundancy: String? = null)
An object that represents a container registry.
Constructors
Link copied to clipboard
fun GetRegistryResult(adminUserEnabled: Boolean? = null, creationDate: String, dataEndpointEnabled: Boolean? = null, dataEndpointHostNames: List<String>, encryption: EncryptionPropertyResponse? = null, id: String, identity: IdentityPropertiesResponse? = null, location: String, loginServer: String, name: String, networkRuleBypassOptions: String? = null, networkRuleSet: NetworkRuleSetResponse? = null, policies: PoliciesResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: SkuResponse, status: StatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zoneRedundancy: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard