Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRegistries 接口

定义

注册表管理 API 的入口点。

public interface IRegistries : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistriesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryManager>
type IRegistries = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface IHasManager<IRegistryManager>
    interface IHasInner<IRegistriesOperations>
    interface ISupportsBatchCreation<IRegistry>
    interface ISupportsGettingById<IRegistry>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsListingByResourceGroup<IRegistry>
    interface ISupportsGettingByResourceGroup<IRegistry>
    interface ISupportsListing<IRegistry>
Public Interface IRegistries
Implements IBeta, IHasInner(Of IRegistriesOperations), IHasManager(Of IRegistryManager), ISupportsBatchCreation(Of IRegistry), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IRegistry), ISupportsGettingByResourceGroup(Of IRegistry), ISupportsListing(Of IRegistry), ISupportsListingByResourceGroup(Of IRegistry)
实现

属性

Inner

注册表管理 API 的入口点。

(继承自 IHasInner<T>)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Webhooks

获取 返回用于管理容器注册表 Webhook 的入口点。

方法

CheckNameAvailability(String)

检查指定的容器注册表名称是否有效且可用。

CheckNameAvailabilityAsync(String, CancellationToken)

检查容器注册表名称是否有效且未异步使用。

Create(ICreatable<IFluentResourceT>[])

创建一组资源 (批处理) 。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

创建一组资源 (批处理) 。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

创建一组资源 (批处理) 。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
Define(String)

注册表管理 API 的入口点。

(继承自 ISupportsCreating<T>)
DeleteById(String)

从 Azure 中删除资源,并按资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

从 Azure 中删除资源,并按资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByResourceGroup(String, String)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByResourceGroup)
GetBuildSourceUploadUrl(String, String)

获取生成源上传的 URL 的函数。

GetBuildSourceUploadUrlAsync(String, String, CancellationToken)

获取生成源上传的 URL 的函数。

GetById(String)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByResourceGroup(String, String)

根据资源名称和资源组的名称,从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

根据资源名称和资源组的名称,从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByResourceGroup<T>)
GetCredentials(String, String)

获取指定容器注册表的登录凭据。

GetCredentialsAsync(String, String, CancellationToken)

获取指定容器注册表的登录凭据。

List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListByResourceGroup(String)

列出指定资源组中指定类型的资源。

(继承自 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

列出指定资源组中指定类型的资源。

(继承自 ISupportsListingByResourceGroup<T>)
ListQuotaUsages(String, String)

列出指定容器注册表的配额使用情况。

ListQuotaUsagesAsync(String, String, CancellationToken)

列出指定容器注册表的配额使用情况。

RegenerateCredential(String, String, AccessKeyType)

为指定的容器注册表重新生成其中一个管理员用户访问密钥的值。

RegenerateCredentialAsync(String, String, AccessKeyType, CancellationToken)

为指定的容器注册表重新生成其中一个管理员用户访问密钥的值。

适用于