你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IRegistries 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注册表管理 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)
- 实现
-
ISupportsBatchCreation<IRegistry> ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IRegistry> ISupportsGettingByResourceGroup<IRegistry> ISupportsListing<IRegistry> ISupportsListingByResourceGroup<IRegistry> IBeta IHasInner<IRegistriesOperations> IHasManager<IRegistryManager>
属性
Inner |
注册表管理 API 的入口点。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
Webhooks |
获取 返回用于管理容器注册表 Webhook 的入口点。 |