다음을 통해 공유


ConnectedClusterIdentity Class

Definition

Identity for the connected cluster.

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

Constructors

ConnectedClusterIdentity()

Creates an new ConnectedClusterIdentity instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedClusterIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedClusterIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IConnectedClusterIdentity.

FromJsonString(String)

Creates a new instance of ConnectedClusterIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedClusterIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to