次の方法で共有


OpenShiftManagedClustersOperationsExtensions.DeleteAsync メソッド

定義

OpenShift マネージド クラスターを削除します。

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

パラメーター

operations
IOpenShiftManagedClustersOperations

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

resourceGroupName
String

リソース グループの名前。

resourceName
String

OpenShift マネージド クラスター リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したリソース グループと名前を持つ OpenShift マネージド クラスターを削除します。

適用対象