ConnectedClusterOperations interface
ConnectedClusterOperations を表すインターフェイス。
メソッド
メソッドの詳細
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<void>
get(string, string, ConnectedClusterGetOptionalParams)
名前、ID、プロパティ、追加のクラスターの詳細など、指定された接続されたクラスターのプロパティを返します。
function get(resourceGroupName: string, clusterName: string, options?: ConnectedClusterGetOptionalParams): Promise<ConnectedCluster>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
get が呼び出される Kubernetes クラスターの名前。
options パラメーター。
戻り値
Promise<ConnectedCluster>
listByResourceGroup(string, ConnectedClusterListByResourceGroupOptionalParams)
リソース グループの下に登録されている接続された K8s クラスターを列挙する API
function listByResourceGroup(resourceGroupName: string, options?: ConnectedClusterListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConnectedCluster, ConnectedCluster[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
options パラメーター。
戻り値
listBySubscription(ConnectedClusterListBySubscriptionOptionalParams)
サブスクリプションに登録されている接続された K8s クラスターを列挙する API
function listBySubscription(options?: ConnectedClusterListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConnectedCluster, ConnectedCluster[], PageSettings>
パラメーター
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 パラメーター。
戻り値
Promise<CredentialResults>
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 パラメーター。
戻り値
Promise<ConnectedCluster>