ArmCustomerInsightsModelFactory.RoleAssignmentResourceFormatData Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tenantId
Nullable<Guid>

The hub name.

assignmentName
String

The name of the metadata object.

displayName
IDictionary<String,String>

Localized display names for the metadata.

description
IDictionary<String,String>

Localized description for the metadata.

provisioningState
Nullable<ProvisioningState>

Provisioning state.

role
Nullable<RoleType>

Type of roles.

principals
IEnumerable<AssignmentPrincipal>

The principals being assigned to.

profiles
ResourceSetDescription

Profiles set for the assignment.

interactions
ResourceSetDescription

Interactions set for the assignment.

links
ResourceSetDescription

Links set for the assignment.

kpis
ResourceSetDescription

Kpis set for the assignment.

sasPolicies
ResourceSetDescription

Sas Policies set for the assignment.

connectors
ResourceSetDescription

Connectors set for the assignment.

views
ResourceSetDescription

Views set for the assignment.

relationshipLinks
ResourceSetDescription

The Role assignments set for the relationship links.

relationships
ResourceSetDescription

The Role assignments set for the relationships.

widgetTypes
ResourceSetDescription

Widget types set for the assignment.

roleAssignments
ResourceSetDescription

The Role assignments set for the assignment.

conflationPolicies
ResourceSetDescription

Widget types set for the assignment.

segments
ResourceSetDescription

The Role assignments set for the assignment.

Returns

A new RoleAssignmentResourceFormatData instance for mocking.

Applies to