AuthorizationExtensions.GetRoleAssignmentScheduleRequests Method

Definition

Overloads

GetRoleAssignmentScheduleRequests(ArmResource)

Gets a collection of RoleAssignmentScheduleRequestResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentScheduleRequests() instead.

GetRoleAssignmentScheduleRequests(ArmClient, ResourceIdentifier)

Gets a collection of RoleAssignmentScheduleRequestResources in the ArmClient. MockingTo mock this method, please mock GetRoleAssignmentScheduleRequests(ResourceIdentifier) instead.

GetRoleAssignmentScheduleRequests(ArmResource)

Source:
AuthorizationExtensions.cs
Source:
AuthorizationExtensions.cs

Gets a collection of RoleAssignmentScheduleRequestResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentScheduleRequests() instead.

public static Azure.ResourceManager.Authorization.RoleAssignmentScheduleRequestCollection GetRoleAssignmentScheduleRequests (this Azure.ResourceManager.ArmResource armResource);
static member GetRoleAssignmentScheduleRequests : Azure.ResourceManager.ArmResource -> Azure.ResourceManager.Authorization.RoleAssignmentScheduleRequestCollection
<Extension()>
Public Function GetRoleAssignmentScheduleRequests (armResource As ArmResource) As RoleAssignmentScheduleRequestCollection

Parameters

armResource
ArmResource

The ArmResource instance the method will execute against.

Returns

An object representing collection of RoleAssignmentScheduleRequestResources and their operations over a RoleAssignmentScheduleRequestResource.

Exceptions

armResource is null.

Applies to

GetRoleAssignmentScheduleRequests(ArmClient, ResourceIdentifier)

Source:
AuthorizationExtensions.cs
Source:
AuthorizationExtensions.cs

Gets a collection of RoleAssignmentScheduleRequestResources in the ArmClient. MockingTo mock this method, please mock GetRoleAssignmentScheduleRequests(ResourceIdentifier) instead.

public static Azure.ResourceManager.Authorization.RoleAssignmentScheduleRequestCollection GetRoleAssignmentScheduleRequests (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope);
static member GetRoleAssignmentScheduleRequests : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Authorization.RoleAssignmentScheduleRequestCollection
<Extension()>
Public Function GetRoleAssignmentScheduleRequests (client As ArmClient, scope As ResourceIdentifier) As RoleAssignmentScheduleRequestCollection

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

Returns

An object representing collection of RoleAssignmentScheduleRequestResources and their operations over a RoleAssignmentScheduleRequestResource.

Exceptions

client is null.

Applies to