次の方法で共有


ConnectedClusterOperations interface

ConnectedClusterOperations を表すインターフェイス。

メソッド

beginCreate(string, string, ConnectedCluster, ConnectedClusterCreateOptionalParams)

新しい Kubernetes クラスターを登録し、Azure Resource Manager (ARM) で追跡対象リソースを作成するための API。

beginCreateAndWait(string, string, ConnectedCluster, ConnectedClusterCreateOptionalParams)

新しい Kubernetes クラスターを登録し、Azure Resource Manager (ARM) で追跡対象リソースを作成するための API。

beginDelete(string, string, ConnectedClusterDeleteOptionalParams)

接続されているクラスターを削除し、Azure Resource Manager (ARM) で追跡対象のリソースを削除します。

beginDeleteAndWait(string, string, ConnectedClusterDeleteOptionalParams)

接続されているクラスターを削除し、Azure Resource Manager (ARM) で追跡対象のリソースを削除します。

get(string, string, ConnectedClusterGetOptionalParams)

名前、ID、プロパティ、追加のクラスターの詳細など、指定された接続されたクラスターのプロパティを返します。

listByResourceGroup(string, ConnectedClusterListByResourceGroupOptionalParams)

リソース グループの下に登録されている接続された K8s クラスターを列挙する API

listBySubscription(ConnectedClusterListBySubscriptionOptionalParams)

サブスクリプションに登録されている接続された K8s クラスターを列挙する API

listClusterUserCredential(string, string, ListClusterUserCredentialProperties, ConnectedClusterListClusterUserCredentialOptionalParams)

指定したリソース グループと名前を持つ、接続されているクラスターのクラスター ユーザー資格情報を取得します。

update(string, string, ConnectedClusterPatch, ConnectedClusterUpdateOptionalParams)

接続されたクラスター リソースの特定のプロパティを更新するための API

メソッドの詳細

beginCreate(string, string, ConnectedCluster, ConnectedClusterCreateOptionalParams)

新しい Kubernetes クラスターを登録し、Azure Resource Manager (ARM) で追跡対象リソースを作成するための API。

function beginCreate(resourceGroupName: string, clusterName: string, connectedCluster: ConnectedCluster, options?: ConnectedClusterCreateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedCluster>, ConnectedCluster>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

get が呼び出される Kubernetes クラスターの名前。

connectedCluster
ConnectedCluster

[接続されたクラスターの作成] に指定されたパラメーター。

options
ConnectedClusterCreateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<ConnectedCluster>, ConnectedCluster>>

beginCreateAndWait(string, string, ConnectedCluster, ConnectedClusterCreateOptionalParams)

新しい Kubernetes クラスターを登録し、Azure Resource Manager (ARM) で追跡対象リソースを作成するための API。

function beginCreateAndWait(resourceGroupName: string, clusterName: string, connectedCluster: ConnectedCluster, options?: ConnectedClusterCreateOptionalParams): Promise<ConnectedCluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

get が呼び出される Kubernetes クラスターの名前。

connectedCluster
ConnectedCluster

[接続されたクラスターの作成] に指定されたパラメーター。

options
ConnectedClusterCreateOptionalParams

options パラメーター。

戻り値

Promise<ConnectedCluster>

beginDelete(string, string, ConnectedClusterDeleteOptionalParams)

接続されているクラスターを削除し、Azure Resource Manager (ARM) で追跡対象のリソースを削除します。

function beginDelete(resourceGroupName: string, clusterName: string, options?: ConnectedClusterDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

get が呼び出される Kubernetes クラスターの名前。

options
ConnectedClusterDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, ConnectedClusterDeleteOptionalParams)

接続されているクラスターを削除し、Azure Resource Manager (ARM) で追跡対象のリソースを削除します。

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ConnectedClusterDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

get が呼び出される Kubernetes クラスターの名前。

options
ConnectedClusterDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, ConnectedClusterGetOptionalParams)

名前、ID、プロパティ、追加のクラスターの詳細など、指定された接続されたクラスターのプロパティを返します。

function get(resourceGroupName: string, clusterName: string, options?: ConnectedClusterGetOptionalParams): Promise<ConnectedCluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

get が呼び出される Kubernetes クラスターの名前。

options
ConnectedClusterGetOptionalParams

options パラメーター。

戻り値

Promise<ConnectedCluster>

listByResourceGroup(string, ConnectedClusterListByResourceGroupOptionalParams)

リソース グループの下に登録されている接続された K8s クラスターを列挙する API

function listByResourceGroup(resourceGroupName: string, options?: ConnectedClusterListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConnectedCluster, ConnectedCluster[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
ConnectedClusterListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(ConnectedClusterListBySubscriptionOptionalParams)

サブスクリプションに登録されている接続された K8s クラスターを列挙する API

function listBySubscription(options?: ConnectedClusterListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConnectedCluster, ConnectedCluster[], PageSettings>

パラメーター

options
ConnectedClusterListBySubscriptionOptionalParams

options パラメーター。

戻り値

listClusterUserCredential(string, string, ListClusterUserCredentialProperties, ConnectedClusterListClusterUserCredentialOptionalParams)

指定したリソース グループと名前を持つ、接続されているクラスターのクラスター ユーザー資格情報を取得します。

function listClusterUserCredential(resourceGroupName: string, clusterName: string, properties: ListClusterUserCredentialProperties, options?: ConnectedClusterListClusterUserCredentialOptionalParams): Promise<CredentialResults>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

get が呼び出される Kubernetes クラスターの名前。

properties
ListClusterUserCredentialProperties

ListClusterUserCredential プロパティ

options
ConnectedClusterListClusterUserCredentialOptionalParams

options パラメーター。

戻り値

update(string, string, ConnectedClusterPatch, ConnectedClusterUpdateOptionalParams)

接続されたクラスター リソースの特定のプロパティを更新するための API

function update(resourceGroupName: string, clusterName: string, connectedClusterPatch: ConnectedClusterPatch, options?: ConnectedClusterUpdateOptionalParams): Promise<ConnectedCluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

get が呼び出される Kubernetes クラスターの名前。

connectedClusterPatch
ConnectedClusterPatch

接続クラスターを更新するために指定されたパラメーター。

options
ConnectedClusterUpdateOptionalParams

options パラメーター。

戻り値

Promise<ConnectedCluster>