共用方式為


AddonsOperationsExtensions.BeginDelete Method

Definition

Deletes the addon on the device.

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

Parameters

operations
IAddonsOperations

The operations group for this extension method.

deviceName
String

The device name.

roleName
String

The role name.

addonName
String

The addon name.

resourceGroupName
String

The resource group name.

Applies to