Share via


AddonsOperationsExtensions.Delete Method

Definition

Delete a addon in a private cloud

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