Share via


RoleManagementPolicyAssignmentCollection.GetIfExists 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 Azure.NullableResponse<Azure.ResourceManager.Authorization.RoleManagementPolicyAssignmentResource> GetIfExists (string roleManagementPolicyAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Authorization.RoleManagementPolicyAssignmentResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Authorization.RoleManagementPolicyAssignmentResource>
Public Overridable Function GetIfExists (roleManagementPolicyAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As 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