ArmAuthorizationModelFactory.RoleManagementExpandedProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von RoleManagementExpandedProperties.
public static Azure.ResourceManager.Authorization.Models.RoleManagementExpandedProperties RoleManagementExpandedProperties (Guid? principalId = default, string principalDisplayName = default, string email = default, Azure.ResourceManager.Authorization.Models.RoleManagementPrincipalType? principalType = default, Azure.Core.ResourceIdentifier roleDefinitionId = default, string roleDefinitionDisplayName = default, Azure.ResourceManager.Authorization.Models.AuthorizationRoleType? roleType = default, Azure.Core.ResourceIdentifier scopeId = default, string scopeDisplayName = default, Azure.ResourceManager.Authorization.Models.RoleManagementScopeType? scopeType = default);
static member RoleManagementExpandedProperties : Nullable<Guid> * string * string * Nullable<Azure.ResourceManager.Authorization.Models.RoleManagementPrincipalType> * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.Authorization.Models.AuthorizationRoleType> * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.Authorization.Models.RoleManagementScopeType> -> Azure.ResourceManager.Authorization.Models.RoleManagementExpandedProperties
Public Shared Function RoleManagementExpandedProperties (Optional principalId As Nullable(Of Guid) = Nothing, Optional principalDisplayName As String = Nothing, Optional email As String = Nothing, Optional principalType As Nullable(Of RoleManagementPrincipalType) = Nothing, Optional roleDefinitionId As ResourceIdentifier = Nothing, Optional roleDefinitionDisplayName As String = Nothing, Optional roleType As Nullable(Of AuthorizationRoleType) = Nothing, Optional scopeId As ResourceIdentifier = Nothing, Optional scopeDisplayName As String = Nothing, Optional scopeType As Nullable(Of RoleManagementScopeType) = Nothing) As RoleManagementExpandedProperties
Parameter
- principalDisplayName
- String
Anzeigename des Prinzipals.
- String
Email ID des Prinzipals.
- principalType
- Nullable<RoleManagementPrincipalType>
Typ des Prinzipals.
- roleDefinitionId
- ResourceIdentifier
ID der Rollendefinition.
- roleDefinitionDisplayName
- String
Anzeigename der Rollendefinition.
- roleType
- Nullable<AuthorizationRoleType>
Der Rollentyp.
- scopeId
- ResourceIdentifier
Bereichs-ID der Ressource.
- scopeDisplayName
- String
Anzeigename der Ressource.
- scopeType
- Nullable<RoleManagementScopeType>
Typ des Bereichs.
Gibt zurück
Eine neue RoleManagementExpandedProperties instance zum Mocking.
Gilt für:
Azure SDK for .NET