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 を管理するためのエントリ ポイントを取得します。 |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET