Share via


AddonsOperationsExtensions.BeginDelete Method

Definition

Delete a addon in a private cloud

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

Parameters

operations
IAddonsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

privateCloudName
String

Name of the private cloud

addonName
String

Name of the addon for the private cloud

Applies to