RoleAssignmentScheduleRequestCollection Class

Definition

A class representing a collection of RoleAssignmentScheduleRequestResource and their operations. Each RoleAssignmentScheduleRequestResource in the collection will belong to the same instance of ArmResource. To get a RoleAssignmentScheduleRequestCollection instance call the GetRoleAssignmentScheduleRequests method from an instance of ArmResource.

public class RoleAssignmentScheduleRequestCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Authorization.RoleAssignmentScheduleRequestResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Authorization.RoleAssignmentScheduleRequestResource>
type RoleAssignmentScheduleRequestCollection = class
    inherit ArmCollection
    interface seq<RoleAssignmentScheduleRequestResource>
    interface IEnumerable
    interface IAsyncEnumerable<RoleAssignmentScheduleRequestResource>
Public Class RoleAssignmentScheduleRequestCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of RoleAssignmentScheduleRequestResource), IEnumerable(Of RoleAssignmentScheduleRequestResource)
Inheritance
RoleAssignmentScheduleRequestCollection
Implements

Constructors

RoleAssignmentScheduleRequestCollection()

Initializes a new instance of the RoleAssignmentScheduleRequestCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, RoleAssignmentScheduleRequestData, CancellationToken)

Creates a role assignment schedule request.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Operation Id: RoleAssignmentScheduleRequests_Create
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
CreateOrUpdateAsync(WaitUntil, String, RoleAssignmentScheduleRequestData, CancellationToken)

Creates a role assignment schedule request.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Operation Id: RoleAssignmentScheduleRequests_Create
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Operation Id: RoleAssignmentScheduleRequests_Get
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Operation Id: RoleAssignmentScheduleRequests_Get
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
Get(String, CancellationToken)

Get the specified role assignment schedule request.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Operation Id: RoleAssignmentScheduleRequests_Get
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
GetAll(String, CancellationToken)

Gets role assignment schedule requests for a scope.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests
  • Operation Id: RoleAssignmentScheduleRequests_ListForScope
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
GetAllAsync(String, CancellationToken)

Gets role assignment schedule requests for a scope.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests
  • Operation Id: RoleAssignmentScheduleRequests_ListForScope
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
GetAsync(String, CancellationToken)

Get the specified role assignment schedule request.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Operation Id: RoleAssignmentScheduleRequests_Get
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Operation Id: RoleAssignmentScheduleRequests_Get
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Operation Id: RoleAssignmentScheduleRequests_Get
  • Default Api Version: 2020-10-01
  • Resource: RoleAssignmentScheduleRequestResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<RoleAssignmentScheduleRequestResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RoleAssignmentScheduleRequestResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to