ArmAuthorizationModelFactory.RoleManagementExpandedProperties 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 static Azure.ResourceManager.Authorization.Models.RoleManagementExpandedProperties RoleManagementExpandedProperties(Azure.Core.ResourceIdentifier scopeId = default, string scopeDisplayName = default, Azure.ResourceManager.Authorization.Models.RoleManagementScopeType? scopeType = default, Azure.Core.ResourceIdentifier roleDefinitionId = default, string roleDefinitionDisplayName = default, Azure.ResourceManager.Authorization.Models.AuthorizationRoleType? roleType = default, Guid? principalId = default, string principalDisplayName = default, string email = default, Azure.ResourceManager.Authorization.Models.RoleManagementPrincipalType? principalType = default);
static member RoleManagementExpandedProperties : Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.Authorization.Models.RoleManagementScopeType> * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.Authorization.Models.AuthorizationRoleType> * Nullable<Guid> * string * string * Nullable<Azure.ResourceManager.Authorization.Models.RoleManagementPrincipalType> -> Azure.ResourceManager.Authorization.Models.RoleManagementExpandedProperties
Public Shared Function RoleManagementExpandedProperties (Optional scopeId As ResourceIdentifier = Nothing, Optional scopeDisplayName As String = Nothing, Optional scopeType As Nullable(Of RoleManagementScopeType) = Nothing, Optional roleDefinitionId As ResourceIdentifier = Nothing, Optional roleDefinitionDisplayName As String = Nothing, Optional roleType As Nullable(Of AuthorizationRoleType) = Nothing, Optional principalId As Nullable(Of Guid) = Nothing, Optional principalDisplayName As String = Nothing, Optional email As String = Nothing, Optional principalType As Nullable(Of RoleManagementPrincipalType) = Nothing) As RoleManagementExpandedProperties
Parameters
- scopeId
- ResourceIdentifier
Scope id of the resource.
- scopeDisplayName
- String
Display name of the resource.
- scopeType
- Nullable<RoleManagementScopeType>
Type of the resource.
- roleDefinitionId
- ResourceIdentifier
Id of the role definition.
- roleDefinitionDisplayName
- String
Display name of the role definition.
- roleType
- Nullable<AuthorizationRoleType>
Type of the role definition.
- principalDisplayName
- String
Display name of the principal.
- String
Email id of the principal.
- principalType
- Nullable<RoleManagementPrincipalType>
Type of the principal.
Returns
A new RoleManagementExpandedProperties instance for mocking.