AuthorizationClient.GetAllRoleDefinitionsAtScopeAndBelow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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