共用方式為


AddonsOperationsExtensions.Delete Method

Definition

Deletes the addon on the device.

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