次の方法で共有


ClustersOperationsExtensions.DeleteAsync メソッド

定義

プライベート クラウド内のクラスターを削除する

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Avs.IClustersOperations operations, string resourceGroupName, string privateCloudName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Avs.IClustersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IClustersOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

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

privateCloudName
String

プライベート クラウドの名前

clusterName
String

プライベート クラウド内のクラスターの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象