DataBoxEdgeDeviceResource.GetDataBoxEdgeRole 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 Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleResource> GetDataBoxEdgeRole (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataBoxEdgeRole : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleResource>
override this.GetDataBoxEdgeRole : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleResource>
Public Overridable Function GetDataBoxEdgeRole (name As String, Optional cancellationToken As CancellationToken = Nothing) As 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