AuthorizationExtensions.GetRoleManagementPolicies Method

Definition

Overloads

GetRoleManagementPolicies(ArmClient, ResourceIdentifier)

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

GetRoleManagementPolicies(ArmResource)

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

GetRoleManagementPolicies(ArmClient, ResourceIdentifier)

Source:
AuthorizationExtensions.cs
Source:
AuthorizationExtensions.cs

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

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

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 RoleManagementPolicyResources and their operations over a RoleManagementPolicyResource.

Exceptions

client is null.

Applies to

GetRoleManagementPolicies(ArmResource)

Source:
AuthorizationExtensions.cs
Source:
AuthorizationExtensions.cs

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

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

Parameters

armResource
ArmResource

The ArmResource instance the method will execute against.

Returns

An object representing collection of RoleManagementPolicyResources and their operations over a RoleManagementPolicyResource.

Exceptions

armResource is null.

Applies to