### YamlMime:JavaType uid: "com.microsoft.azure.management.containerregistry.Registry" fullName: "com.microsoft.azure.management.containerregistry.Registry" name: "Registry" nameWithType: "Registry" summary: "An immutable client-side representation of an Azure registry." syntax: "public interface **Registry**
extends <,>, <>, <>" methods: - uid: "com.microsoft.azure.management.containerregistry.Registry.adminUserEnabled()" fullName: "com.microsoft.azure.management.containerregistry.Registry.adminUserEnabled()" name: "adminUserEnabled()" nameWithType: "Registry.adminUserEnabled()" modifiers: - "abstract" syntax: "public abstract boolean adminUserEnabled()" returns: description: "the value that indicates whether the admin user is enabled" type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.creationDate()" fullName: "com.microsoft.azure.management.containerregistry.Registry.creationDate()" name: "creationDate()" nameWithType: "Registry.creationDate()" modifiers: - "abstract" syntax: "public abstract DateTime creationDate()" returns: description: "the creation date of the container registry in ISO8601 format" type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.getBuildSourceUploadUrl()" fullName: "com.microsoft.azure.management.containerregistry.Registry.getBuildSourceUploadUrl()" name: "getBuildSourceUploadUrl()" nameWithType: "Registry.getBuildSourceUploadUrl()" modifiers: - "abstract" syntax: "public abstract SourceUploadDefinition getBuildSourceUploadUrl()" returns: description: "returns the upload location for the user to be able to upload the source." type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.getBuildSourceUploadUrlAsync()" fullName: "com.microsoft.azure.management.containerregistry.Registry.getBuildSourceUploadUrlAsync()" name: "getBuildSourceUploadUrlAsync()" nameWithType: "Registry.getBuildSourceUploadUrlAsync()" summary: "Gets the upload location for the user to be able to upload the source asynchronously." modifiers: - "abstract" syntax: "public abstract Observable getBuildSourceUploadUrlAsync()" desc: "Gets the upload location for the user to be able to upload the source asynchronously." returns: description: "a representation of the future computation of this call" type: "<>" - uid: "com.microsoft.azure.management.containerregistry.Registry.getCredentials()" fullName: "com.microsoft.azure.management.containerregistry.Registry.getCredentials()" name: "getCredentials()" nameWithType: "Registry.getCredentials()" modifiers: - "abstract" syntax: "public abstract RegistryCredentials getCredentials()" returns: description: "the login credentials for the specified container registry" type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.getCredentialsAsync()" fullName: "com.microsoft.azure.management.containerregistry.Registry.getCredentialsAsync()" name: "getCredentialsAsync()" nameWithType: "Registry.getCredentialsAsync()" modifiers: - "abstract" syntax: "public abstract Observable getCredentialsAsync()" returns: description: "a representation of the future computation of this call" type: "<>" - uid: "com.microsoft.azure.management.containerregistry.Registry.listQuotaUsages()" fullName: "com.microsoft.azure.management.containerregistry.Registry.listQuotaUsages()" name: "listQuotaUsages()" nameWithType: "Registry.listQuotaUsages()" summary: "Lists the quota usages for the specified container registry." modifiers: - "abstract" syntax: "public abstract Collection listQuotaUsages()" desc: "Lists the quota usages for the specified container registry." returns: description: "the list of container registry's quota usages" type: "<>" - uid: "com.microsoft.azure.management.containerregistry.Registry.listQuotaUsagesAsync()" fullName: "com.microsoft.azure.management.containerregistry.Registry.listQuotaUsagesAsync()" name: "listQuotaUsagesAsync()" nameWithType: "Registry.listQuotaUsagesAsync()" summary: "Lists the quota usages for the specified container registry." modifiers: - "abstract" syntax: "public abstract Observable listQuotaUsagesAsync()" desc: "Lists the quota usages for the specified container registry." returns: description: "a representation of the future computation of this call" type: "<>" - uid: "com.microsoft.azure.management.containerregistry.Registry.loginServerUrl()" fullName: "com.microsoft.azure.management.containerregistry.Registry.loginServerUrl()" name: "loginServerUrl()" nameWithType: "Registry.loginServerUrl()" modifiers: - "abstract" syntax: "public abstract String loginServerUrl()" returns: description: "the URL that can be used to log into the container registry" type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.regenerateCredential(com.microsoft.azure.management.containerregistry.AccessKeyType)" fullName: "com.microsoft.azure.management.containerregistry.Registry.regenerateCredential(AccessKeyType accessKeyType)" name: "regenerateCredential(AccessKeyType accessKeyType)" nameWithType: "Registry.regenerateCredential(AccessKeyType accessKeyType)" summary: "Regenerates one of the login credentials for the specified container registry." modifiers: - "abstract" parameters: - description: "the admin user access key name to regenerate the value for" name: "accessKeyType" type: "" syntax: "public abstract RegistryCredentials regenerateCredential(AccessKeyType accessKeyType)" desc: "Regenerates one of the login credentials for the specified container registry." returns: description: "the result of the regeneration" type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.regenerateCredentialAsync(com.microsoft.azure.management.containerregistry.AccessKeyType)" fullName: "com.microsoft.azure.management.containerregistry.Registry.regenerateCredentialAsync(AccessKeyType accessKeyType)" name: "regenerateCredentialAsync(AccessKeyType accessKeyType)" nameWithType: "Registry.regenerateCredentialAsync(AccessKeyType accessKeyType)" summary: "Regenerates one of the login credentials for the specified container registry." modifiers: - "abstract" parameters: - description: "the admin user access key name to regenerate the value for" name: "accessKeyType" type: "" syntax: "public abstract Observable regenerateCredentialAsync(AccessKeyType accessKeyType)" desc: "Regenerates one of the login credentials for the specified container registry." returns: description: "a representation of the future computation of this call" type: "<>" - uid: "com.microsoft.azure.management.containerregistry.Registry.scheduleRun()" fullName: "com.microsoft.azure.management.containerregistry.Registry.scheduleRun()" name: "scheduleRun()" nameWithType: "Registry.scheduleRun()" modifiers: - "abstract" syntax: "public abstract RegistryTaskRun.DefinitionStages.BlankFromRegistry scheduleRun()" returns: description: "returns entry point to manage the build tasks for the container registry." type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.sku()" fullName: "com.microsoft.azure.management.containerregistry.Registry.sku()" name: "sku()" nameWithType: "Registry.sku()" modifiers: - "abstract" syntax: "public abstract Sku sku()" returns: description: "the SKU of the container registry." type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.storageAccountId()" fullName: "com.microsoft.azure.management.containerregistry.Registry.storageAccountId()" name: "storageAccountId()" nameWithType: "Registry.storageAccountId()" modifiers: - "abstract" syntax: "public abstract String storageAccountId()" returns: description: "the ID of the storage account for the container registry; 'null' if container register SKU a managed tier" type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.storageAccountName()" fullName: "com.microsoft.azure.management.containerregistry.Registry.storageAccountName()" name: "storageAccountName()" nameWithType: "Registry.storageAccountName()" modifiers: - "abstract" syntax: "public abstract String storageAccountName()" returns: description: "the name of the storage account for the container registry; 'null' if container register SKU a managed tier" type: "" - uid: "com.microsoft.azure.management.containerregistry.Registry.webhooks()" fullName: "com.microsoft.azure.management.containerregistry.Registry.webhooks()" name: "webhooks()" nameWithType: "Registry.webhooks()" modifiers: - "abstract" syntax: "public abstract WebhookOperations webhooks()" returns: description: "returns entry point to manage container registry webhooks." type: "" type: "interface" desc: "An immutable client-side representation of an Azure registry." implements: - "<,>" - "<>" - "<>" metadata: {} package: "com.microsoft.azure.management.containerregistry" artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4