AuthorizationExtensions.GetRoleEligibilityScheduleInstances Method

Definition

Overloads

GetRoleEligibilityScheduleInstances(ArmResource)

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

GetRoleEligibilityScheduleInstances(ArmClient, ResourceIdentifier)

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

GetRoleEligibilityScheduleInstances(ArmResource)

Source:
AuthorizationExtensions.cs
Source:
AuthorizationExtensions.cs

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

C#
public static Azure.ResourceManager.Authorization.RoleEligibilityScheduleInstanceCollection GetRoleEligibilityScheduleInstances(this Azure.ResourceManager.ArmResource armResource);

Parameters

armResource
ArmResource

The ArmResource instance the method will execute against.

Returns

An object representing collection of RoleEligibilityScheduleInstanceResources and their operations over a RoleEligibilityScheduleInstanceResource.

Exceptions

armResource is null.

Applies to

Azure SDK for .NET Preview dan Azure SDK for .NET Latest
Produk Versi
Azure SDK for .NET Latest, Preview

GetRoleEligibilityScheduleInstances(ArmClient, ResourceIdentifier)

Source:
AuthorizationExtensions.cs
Source:
AuthorizationExtensions.cs

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

C#
public static Azure.ResourceManager.Authorization.RoleEligibilityScheduleInstanceCollection GetRoleEligibilityScheduleInstances(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope);

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 RoleEligibilityScheduleInstanceResources and their operations over a RoleEligibilityScheduleInstanceResource.

Exceptions

client is null.

Applies to

Azure SDK for .NET Preview dan Azure SDK for .NET Latest
Produk Versi
Azure SDK for .NET Latest, Preview