共用方式為


KubeEnvironmentsOperationsExtensions.Delete Method

Definition

Delete a Kubernetes Environment.

public static void Delete (this Microsoft.Azure.Management.WebSites.IKubeEnvironmentsOperations operations, string resourceGroupName, string name);
static member Delete : Microsoft.Azure.Management.WebSites.IKubeEnvironmentsOperations * string * string -> unit
<Extension()>
Public Sub Delete (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