次の方法で共有


IClusterPrincipalProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ClusterPrincipalPropertiesTypeConverter))]
public interface IClusterPrincipalProperties : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ClusterPrincipalPropertiesTypeConverter))>]
type IClusterPrincipalProperties = interface
    interface IJsonSerializable
Public Interface IClusterPrincipalProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrincipalId

The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.

PrincipalName

The principal name

PrincipalType

Principal type.

ProvisioningState

The provisioned state of the resource.

Role

Cluster principal role.

TenantId

The tenant id of the principal

TenantName

The tenant name of the principal

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to