次の方法で共有


ClustersOperationsExtensions クラス

定義

ClustersOperations の拡張メソッド。

public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
継承
ClustersOperationsExtensions

メソッド

BeginCreate(IClustersOperations, String, String, String, ClusterCreateParameters)

指定されたワークスペースにクラスターを作成します。

BeginCreateAsync(IClustersOperations, String, String, String, ClusterCreateParameters, CancellationToken)

指定されたワークスペースにクラスターを作成します。

BeginDelete(IClustersOperations, String, String, String)

クラスターを削除します。

BeginDeleteAsync(IClustersOperations, String, String, String, CancellationToken)

クラスターを削除します。

Create(IClustersOperations, String, String, String, ClusterCreateParameters)

指定されたワークスペースにクラスターを作成します。

CreateAsync(IClustersOperations, String, String, String, ClusterCreateParameters, CancellationToken)

指定されたワークスペースにクラスターを作成します。

Delete(IClustersOperations, String, String, String)

クラスターを削除します。

DeleteAsync(IClustersOperations, String, String, String, CancellationToken)

クラスターを削除します。

Get(IClustersOperations, String, String, String)

クラスターに関する情報を取得します。

GetAsync(IClustersOperations, String, String, String, CancellationToken)

クラスターに関する情報を取得します。

ListByWorkspace(IClustersOperations, String, String, ClustersListByWorkspaceOptions)

指定されたワークスペースに関連付けられているクラスターに関する情報を取得します。

ListByWorkspaceAsync(IClustersOperations, String, String, ClustersListByWorkspaceOptions, CancellationToken)

指定されたワークスペースに関連付けられているクラスターに関する情報を取得します。

ListByWorkspaceNext(IClustersOperations, String)

指定されたワークスペースに関連付けられているクラスターに関する情報を取得します。

ListByWorkspaceNextAsync(IClustersOperations, String, CancellationToken)

指定されたワークスペースに関連付けられているクラスターに関する情報を取得します。

ListRemoteLoginInformation(IClustersOperations, String, String, String)

クラスター内のすべてのコンピューティング ノードの IP アドレス、ポートを取得します。

ListRemoteLoginInformationAsync(IClustersOperations, String, String, String, CancellationToken)

クラスター内のすべてのコンピューティング ノードの IP アドレス、ポートを取得します。

ListRemoteLoginInformationNext(IClustersOperations, String)

クラスター内のすべてのコンピューティング ノードの IP アドレス、ポートを取得します。

ListRemoteLoginInformationNextAsync(IClustersOperations, String, CancellationToken)

クラスター内のすべてのコンピューティング ノードの IP アドレス、ポートを取得します。

Update(IClustersOperations, String, String, String, ScaleSettings)

クラスターのプロパティを更新します。

UpdateAsync(IClustersOperations, String, String, String, ScaleSettings, CancellationToken)

クラスターのプロパティを更新します。

適用対象