다음을 통해 공유


IConnectedClusterIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterIdentityTypeConverter))]
public interface IConnectedClusterIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterIdentityTypeConverter))>]
type IConnectedClusterIdentity = interface
    interface IJsonSerializable
Public Interface IConnectedClusterIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrincipalId

The principal id of connected cluster identity. This property will only be provided for a system assigned identity.

TenantId

The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.

Type

The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to