RoleDefinitionListResult.RoleDefinitions Property
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.
Optional. Role definition list.
public System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.RoleDefinition> RoleDefinitions { get; set; }
member this.RoleDefinitions : System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.RoleDefinition> with get, set
Public Property RoleDefinitions As IList(Of RoleDefinition)
Property Value
- System.Collections.Generic.IList<RoleDefinition>