Megosztás a következőn keresztül:


RoleEligibilityScheduleCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

roleEligibilityScheduleName
String

The name (guid) of the role eligibility schedule to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

roleEligibilityScheduleName is null.

Applies to