ArmCustomerInsightsModelFactory.RoleAssignmentResourceFormatData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RoleAssignmentResourceFormatData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatData RoleAssignmentResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? tenantId = default, string assignmentName = default, System.Collections.Generic.IDictionary<string,string> displayName = default, System.Collections.Generic.IDictionary<string,string> description = default, Azure.ResourceManager.CustomerInsights.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.CustomerInsights.Models.RoleType? role = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.AssignmentPrincipal> principals = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription profiles = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription interactions = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription links = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription kpis = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription sasPolicies = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription connectors = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription views = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription relationshipLinks = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription relationships = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription widgetTypes = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription roleAssignments = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription conflationPolicies = default, Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription segments = default);
static member RoleAssignmentResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.CustomerInsights.Models.ProvisioningState> * Nullable<Azure.ResourceManager.CustomerInsights.Models.RoleType> * seq<Azure.ResourceManager.CustomerInsights.Models.AssignmentPrincipal> * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription * Azure.ResourceManager.CustomerInsights.Models.ResourceSetDescription -> Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatData
Public Shared Function RoleAssignmentResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional assignmentName As String = Nothing, Optional displayName As IDictionary(Of String, String) = Nothing, Optional description As IDictionary(Of String, String) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional role As Nullable(Of RoleType) = Nothing, Optional principals As IEnumerable(Of AssignmentPrincipal) = Nothing, Optional profiles As ResourceSetDescription = Nothing, Optional interactions As ResourceSetDescription = Nothing, Optional links As ResourceSetDescription = Nothing, Optional kpis As ResourceSetDescription = Nothing, Optional sasPolicies As ResourceSetDescription = Nothing, Optional connectors As ResourceSetDescription = Nothing, Optional views As ResourceSetDescription = Nothing, Optional relationshipLinks As ResourceSetDescription = Nothing, Optional relationships As ResourceSetDescription = Nothing, Optional widgetTypes As ResourceSetDescription = Nothing, Optional roleAssignments As ResourceSetDescription = Nothing, Optional conflationPolicies As ResourceSetDescription = Nothing, Optional segments As ResourceSetDescription = Nothing) As RoleAssignmentResourceFormatData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- assignmentName
- String
メタデータ オブジェクトの名前です。
- displayName
- IDictionary<String,String>
メタデータのローカライズされた表示名。
- description
- IDictionary<String,String>
メタデータのローカライズされた説明。
- provisioningState
- Nullable<ProvisioningState>
プロビジョニングの状態。
- principals
- IEnumerable<AssignmentPrincipal>
割り当てられているプリンシパル。
- profiles
- ResourceSetDescription
割り当て用に設定されたプロファイル。
- interactions
- ResourceSetDescription
割り当てに設定された相互作用。
- links
- ResourceSetDescription
割り当てに設定されたリンク。
割り当てに設定された KPI。
- sasPolicies
- ResourceSetDescription
割り当てに設定された Sas ポリシー。
- connectors
- ResourceSetDescription
割り当て用に設定されたコネクタ。
- views
- ResourceSetDescription
割り当てに設定されたビュー。
- relationshipLinks
- ResourceSetDescription
リレーションシップ リンクに対して設定されたロールの割り当て。
- relationships
- ResourceSetDescription
リレーションシップに対して設定されたロールの割り当て。
- widgetTypes
- ResourceSetDescription
割り当てに設定されたウィジェットの種類。
- roleAssignments
- ResourceSetDescription
割り当てに設定されたロールの割り当て。
- conflationPolicies
- ResourceSetDescription
割り当てに設定されたウィジェットの種類。
- segments
- ResourceSetDescription
割り当てに設定されたロールの割り当て。
戻り値
モック作成用の新しい RoleAssignmentResourceFormatData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET