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


RoleEligibilityScheduleRequestCollection.CreateOrUpdateAsync Method

Definition

Creates a role eligibility schedule request.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • Operation Id: RoleEligibilityScheduleRequests_Create
  • Default Api Version: 2020-10-01
  • Resource: RoleEligibilityScheduleRequestResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleEligibilityScheduleRequestResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string roleEligibilityScheduleRequestName, Azure.ResourceManager.Authorization.RoleEligibilityScheduleRequestData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Authorization.RoleEligibilityScheduleRequestData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleEligibilityScheduleRequestResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Authorization.RoleEligibilityScheduleRequestData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleEligibilityScheduleRequestResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, roleEligibilityScheduleRequestName As String, data As RoleEligibilityScheduleRequestData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of RoleEligibilityScheduleRequestResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

roleEligibilityScheduleRequestName
String

The name of the role eligibility to create. It can be any valid GUID.

data
RoleEligibilityScheduleRequestData

Parameters for the role eligibility schedule request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

roleEligibilityScheduleRequestName or data is null.

Applies to