次の方法で共有


AuthorizationClient.GetAllRoleDefinitionsAtScopeAndBelow Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition> GetAllRoleDefinitionsAtScopeAndBelow (string scope, ulong first = 18446744073709551615, ulong skip = 0);
member this.GetAllRoleDefinitionsAtScopeAndBelow : string * uint64 * uint64 -> seq<Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition>
Public Function GetAllRoleDefinitionsAtScopeAndBelow (scope As String, Optional first As ULong = 18446744073709551615, Optional skip As ULong = 0) As IEnumerable(Of PSRoleDefinition)

Parameters

scope
String
first
UInt64
skip
UInt64

Returns

Applies to