次の方法で共有


IKubernetesClusters インターフェイス

定義

マネージド 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)
実装

プロパティ

Inner

マネージド Kubernetes サービス管理 API へのエントリ ポイント。

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)

メソッド

Create(ICreatable<IFluentResourceT>[])

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Define(String)

マネージド Kubernetes サービス管理 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)
GetAdminKubeConfigContents(String, String)

Kubernetes クライアントで使用できる管理者Kube.configコンテンツを返します。

GetAdminKubeConfigContentsAsync(String, String, CancellationToken)

Kubernetes クライアントで使用できる管理者Kube.configコンテンツを非同期的に返します。

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>)
GetUserKubeConfigContents(String, String)

Kubernetes クライアントで使用できるユーザー Kube.configコンテンツを返します。

GetUserKubeConfigContentsAsync(String, String, CancellationToken)

Kubernetes クライアントで使用できるユーザー Kube.configコンテンツを非同期的に返します。

List()

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListByResourceGroup(String)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

(継承元 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

(継承元 ISupportsListingByResourceGroup<T>)
ListKubernetesVersions(Region)

特定の Azure リージョンで使用可能な Kubernetes バージョンの一覧を返します。

ListKubernetesVersionsAsync(Region, CancellationToken)

特定の Azure リージョンで使用可能な Kubernetes バージョンの一覧を返します。

適用対象