ArmKustoModelFactory.KustoClusterPrincipalAssignmentData 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.
Initializes a new instance of KustoClusterPrincipalAssignmentData.
public static Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentData KustoClusterPrincipalAssignmentData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string clusterPrincipalId = default, Azure.ResourceManager.Kusto.Models.KustoClusterPrincipalRole? role = default, Guid? tenantId = default, Azure.ResourceManager.Kusto.Models.KustoPrincipalAssignmentType? principalType = default, string tenantName = default, string principalName = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default, Guid? aadObjectId = default);
static member KustoClusterPrincipalAssignmentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoClusterPrincipalRole> * Nullable<Guid> * Nullable<Azure.ResourceManager.Kusto.Models.KustoPrincipalAssignmentType> * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> * Nullable<Guid> -> Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentData
Public Shared Function KustoClusterPrincipalAssignmentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional clusterPrincipalId As String = Nothing, Optional role As Nullable(Of KustoClusterPrincipalRole) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional principalType As Nullable(Of KustoPrincipalAssignmentType) = Nothing, Optional tenantName As String = Nothing, Optional principalName As String = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing, Optional aadObjectId As Nullable(Of Guid) = Nothing) As KustoClusterPrincipalAssignmentData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- clusterPrincipalId
- String
The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
Cluster principal role.
- principalType
- Nullable<KustoPrincipalAssignmentType>
Principal type.
- tenantName
- String
The tenant name of the principal.
- principalName
- String
The principal name.
- provisioningState
- Nullable<KustoProvisioningState>
The provisioned state of the resource.
Returns
A new KustoClusterPrincipalAssignmentData instance for mocking.