Dela via


RoleManagementPolicyAssignmentCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • Operation Id: RoleManagementPolicyAssignments_Get
  • Default Api Version: 2020-10-01
  • Resource: RoleManagementPolicyAssignmentResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Authorization.RoleManagementPolicyAssignmentResource>> GetIfExistsAsync (string roleManagementPolicyAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Authorization.RoleManagementPolicyAssignmentResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Authorization.RoleManagementPolicyAssignmentResource>>
Public Overridable Function GetIfExistsAsync (roleManagementPolicyAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of RoleManagementPolicyAssignmentResource))

Parameters

roleManagementPolicyAssignmentName
String

The name of format {guid_guid} the role management policy assignment to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

roleManagementPolicyAssignmentName is null.

Applies to