共用方式為


KubeEnvironmentsOperationsExtensions.BeginDelete Method

Definition

Delete a Kubernetes Environment.

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)

Parameters

operations
IKubeEnvironmentsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the Kubernetes Environment.

Remarks

Description for Delete a Kubernetes Environment.

Applies to