Share via


RoleAssignmentResourceFormatResource.Get(CancellationToken) Method

Definition

Gets the role assignment in the hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/roleAssignments/{assignmentName}
  • Operation Id: RoleAssignments_Get
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of RoleAssignmentResourceFormatResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to