ArmCustomerInsightsModelFactory.AuthorizationPolicyResourceFormatData 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 AuthorizationPolicyResourceFormatData.
public static Azure.ResourceManager.CustomerInsights.AuthorizationPolicyResourceFormatData AuthorizationPolicyResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string policyName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.PermissionType> permissions = default, string primaryKey = default, string secondaryKey = default);
static member AuthorizationPolicyResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<Azure.ResourceManager.CustomerInsights.Models.PermissionType> * string * string -> Azure.ResourceManager.CustomerInsights.AuthorizationPolicyResourceFormatData
Public Shared Function AuthorizationPolicyResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional policyName As String = Nothing, Optional permissions As IEnumerable(Of PermissionType) = Nothing, Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing) As AuthorizationPolicyResourceFormatData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- policyName
- String
Name der Richtlinie.
- permissions
- IEnumerable<PermissionType>
Die berechtigungen, die der Richtlinie zugeordnet sind.
- primaryKey
- String
Primärschlüssel, der der Richtlinie zugeordnet ist.
- secondaryKey
- String
Sekundärer Schlüssel, der der Richtlinie zugeordnet ist.
Gibt zurück
Eine neue AuthorizationPolicyResourceFormatData instance zum Simulieren.
Gilt für:
Azure SDK for .NET