共用方式為


AddonsOperationsExtensions.Get Method

Definition

Gets a specific addon by name.

public static Microsoft.Azure.Management.DataBoxEdge.Models.Addon Get (this Microsoft.Azure.Management.DataBoxEdge.IAddonsOperations operations, string deviceName, string roleName, string addonName, string resourceGroupName);
static member Get : Microsoft.Azure.Management.DataBoxEdge.IAddonsOperations * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Addon
<Extension()>
Public Function Get (operations As IAddonsOperations, deviceName As String, roleName As String, addonName As String, resourceGroupName As String) As Addon

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.

Returns

Applies to