次の方法で共有


KubeEnvironmentsOperationsExtensions.BeginDelete メソッド

定義

Kubernetes 環境を削除します。

public static void BeginDelete (this Microsoft.Azure.Management.WebSites.IKubeEnvironmentsOperations operations, string resourceGroupName, string name);
static member BeginDelete : Microsoft.Azure.Management.WebSites.IKubeEnvironmentsOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IKubeEnvironmentsOperations, resourceGroupName As String, name As String)

パラメーター

operations
IKubeEnvironmentsOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Kubernetes 環境の名前。

注釈

「Kubernetes 環境を削除する」の説明。

適用対象