azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

225 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.Registries"
fullName: "com.microsoft.azure.management.containerregistry.Registries"
name: "Registries"
nameWithType: "Registries"
summary: "Entry point to the registry management API."
syntax: "public interface **Registries**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.Blank?alt=com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager?alt=com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager&text=ContainerRegistryManager\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.implementation.RegistriesInner?alt=com.microsoft.azure.management.containerregistry.implementation.RegistriesInner&text=RegistriesInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.containerregistry.Registries.checkNameAvailability(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.checkNameAvailability(String name)"
name: "checkNameAvailability(String name)"
nameWithType: "Registries.checkNameAvailability(String name)"
summary: "Checks if the specified container registry name is valid and available."
modifiers:
- "abstract"
parameters:
- description: "the container registry name to check"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CheckNameAvailabilityResult checkNameAvailability(String name)"
desc: "Checks if the specified container registry name is valid and available."
returns:
description: "whether the name is available and other info if not"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.containerregistry.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Registries.checkNameAvailabilityAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.checkNameAvailabilityAsync(String name)"
name: "checkNameAvailabilityAsync(String name)"
nameWithType: "Registries.checkNameAvailabilityAsync(String name)"
summary: "Checks if container registry name is valid and is not in use asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the container registry name to check"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name)"
desc: "Checks if container registry name is valid and is not in use asynchronously."
returns:
description: "a representation of the future computation of this call, returning whether the name is available or other info if not"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.containerregistry.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.Registries.getBuildSourceUploadUrl(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.getBuildSourceUploadUrl(String rgName, String acrName)"
name: "getBuildSourceUploadUrl(String rgName, String acrName)"
nameWithType: "Registries.getBuildSourceUploadUrl(String rgName, String acrName)"
summary: "The function that gets the URL of the build source upload."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource group."
name: "rgName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the container."
name: "acrName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SourceUploadDefinition getBuildSourceUploadUrl(String rgName, String acrName)"
desc: "The function that gets the URL of the build source upload."
returns:
description: "the URL of the build source upload."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceUploadDefinition?alt=com.microsoft.azure.management.containerregistry.SourceUploadDefinition&text=SourceUploadDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Registries.getBuildSourceUploadUrlAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.getBuildSourceUploadUrlAsync(String rgName, String acrName)"
name: "getBuildSourceUploadUrlAsync(String rgName, String acrName)"
nameWithType: "Registries.getBuildSourceUploadUrlAsync(String rgName, String acrName)"
summary: "The function that gets the URL of the build source upload ashnchronously."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource group."
name: "rgName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the container."
name: "acrName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<SourceUploadDefinition> getBuildSourceUploadUrlAsync(String rgName, String acrName)"
desc: "The function that gets the URL of the build source upload ashnchronously."
returns:
description: "the URL of the build source upload."
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.SourceUploadDefinition?alt=com.microsoft.azure.management.containerregistry.SourceUploadDefinition&text=SourceUploadDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.Registries.getCredentials(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.getCredentials(String resourceGroupName, String registryName)"
name: "getCredentials(String resourceGroupName, String registryName)"
nameWithType: "Registries.getCredentials(String resourceGroupName, String registryName)"
summary: "Gets the login credentials for the specified container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RegistryCredentials getCredentials(String resourceGroupName, String registryName)"
desc: "Gets the login credentials for the specified container registry."
returns:
description: "the container registry's login credentials"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryCredentials?alt=com.microsoft.azure.management.containerregistry.RegistryCredentials&text=RegistryCredentials\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Registries.getCredentialsAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.getCredentialsAsync(String resourceGroupName, String registryName)"
name: "getCredentialsAsync(String resourceGroupName, String registryName)"
nameWithType: "Registries.getCredentialsAsync(String resourceGroupName, String registryName)"
summary: "Gets the login credentials for the specified container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<RegistryCredentials> getCredentialsAsync(String resourceGroupName, String registryName)"
desc: "Gets the login credentials for the specified container registry."
returns:
description: "a representation of the future computation of this call, returning the container registry's login credentials"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryCredentials?alt=com.microsoft.azure.management.containerregistry.RegistryCredentials&text=RegistryCredentials\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.Registries.listQuotaUsages(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.listQuotaUsages(String resourceGroupName, String registryName)"
name: "listQuotaUsages(String resourceGroupName, String registryName)"
nameWithType: "Registries.listQuotaUsages(String resourceGroupName, String registryName)"
summary: "Lists the quota usages for the specified container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Collection<RegistryUsage> listQuotaUsages(String resourceGroupName, String registryName)"
desc: "Lists the quota usages for the specified container registry."
returns:
description: "the list of container registry's quota usages"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryUsage?alt=com.microsoft.azure.management.containerregistry.RegistryUsage&text=RegistryUsage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.Registries.listQuotaUsagesAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.listQuotaUsagesAsync(String resourceGroupName, String registryName)"
name: "listQuotaUsagesAsync(String resourceGroupName, String registryName)"
nameWithType: "Registries.listQuotaUsagesAsync(String resourceGroupName, String registryName)"
summary: "Lists the quota usages for the specified container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<RegistryUsage> listQuotaUsagesAsync(String resourceGroupName, String registryName)"
desc: "Lists the quota usages for the specified container registry."
returns:
description: "a representation of the future computation of this call, returning the list of container registry's quota usages"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryUsage?alt=com.microsoft.azure.management.containerregistry.RegistryUsage&text=RegistryUsage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.Registries.regenerateCredential(java.lang.String,java.lang.String,com.microsoft.azure.management.containerregistry.AccessKeyType)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType)"
name: "regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType)"
nameWithType: "Registries.regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType)"
summary: "Regenerates the value for one of the admin user access key for the specified container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the admin user access key name to regenerate the value for"
name: "accessKeyType"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AccessKeyType?alt=com.microsoft.azure.management.containerregistry.AccessKeyType&text=AccessKeyType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RegistryCredentials regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType)"
desc: "Regenerates the value for one of the admin user access key for the specified container registry."
returns:
description: "the container registry's login credentials"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryCredentials?alt=com.microsoft.azure.management.containerregistry.RegistryCredentials&text=RegistryCredentials\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Registries.regenerateCredentialAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.containerregistry.AccessKeyType)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType)"
name: "regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType)"
nameWithType: "Registries.regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType)"
summary: "Regenerates the value for one of the admin user access key for the specified container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the admin user access key name to regenerate the value for"
name: "accessKeyType"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AccessKeyType?alt=com.microsoft.azure.management.containerregistry.AccessKeyType&text=AccessKeyType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<RegistryCredentials> regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType)"
desc: "Regenerates the value for one of the admin user access key for the specified container registry."
returns:
description: "a representation of the future computation of this call, returning the container registry's login credentials"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryCredentials?alt=com.microsoft.azure.management.containerregistry.RegistryCredentials&text=RegistryCredentials\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.Registries.webhooks()"
fullName: "com.microsoft.azure.management.containerregistry.Registries.webhooks()"
name: "webhooks()"
nameWithType: "Registries.webhooks()"
modifiers:
- "abstract"
syntax: "public abstract Registries.WebhooksClient webhooks()"
returns:
description: "returns entry point to manage container registry webhooks."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Registries.WebhooksClient?alt=com.microsoft.azure.management.containerregistry.Registries.WebhooksClient&text=WebhooksClient\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Entry point to the registry management API."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager?alt=com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager&text=ContainerRegistryManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.Blank?alt=com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Registry?alt=com.microsoft.azure.management.containerregistry.Registry&text=Registry\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.implementation.RegistriesInner?alt=com.microsoft.azure.management.containerregistry.implementation.RegistriesInner&text=RegistriesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4