IKubernetesClusters インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド Kubernetes サービス管理 API へのエントリ ポイント。
public interface IKubernetesClusters : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.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.ContainerService.Fluent.IKubernetesCluster>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager>
type IKubernetesClusters = interface
interface IBeta
interface IHasManager<IContainerServiceManager>
interface IHasInner<IManagedClustersOperations>
interface ISupportsCreating<IBlank>
interface ISupportsBatchCreation<IKubernetesCluster>
interface ISupportsListing<IKubernetesCluster>
interface ISupportsGettingById<IKubernetesCluster>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface ISupportsListingByResourceGroup<IKubernetesCluster>
interface ISupportsGettingByResourceGroup<IKubernetesCluster>
Public Interface IKubernetesClusters
Implements IBeta, IHasInner(Of IManagedClustersOperations), IHasManager(Of IContainerServiceManager), ISupportsBatchCreation(Of IKubernetesCluster), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IKubernetesCluster), ISupportsGettingByResourceGroup(Of IKubernetesCluster), ISupportsListing(Of IKubernetesCluster), ISupportsListingByResourceGroup(Of IKubernetesCluster)
- 実装
-
ISupportsBatchCreation<IKubernetesCluster> ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IKubernetesCluster> ISupportsGettingByResourceGroup<IKubernetesCluster> ISupportsListing<IKubernetesCluster> ISupportsListingByResourceGroup<IKubernetesCluster> IBeta IHasInner<IManagedClustersOperations> IHasManager<IContainerServiceManager>
プロパティ
Inner |
マネージド Kubernetes サービス管理 API へのエントリ ポイント。 (継承元 IHasInner<T>) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET