共用方式為


DataBoxEdgeDeviceResource.GetDataBoxEdgeRoleAsync Method

Definition

Gets a specific role by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{name}
  • Operation Id: Roles_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleResource>> GetDataBoxEdgeRoleAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataBoxEdgeRoleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleResource>>
override this.GetDataBoxEdgeRoleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleResource>>
Public Overridable Function GetDataBoxEdgeRoleAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataBoxEdgeRoleResource))

Parameters

name
String

The role name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to