다음을 통해 공유


ConnectedKubernetesIdentity Class

Definition

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

Constructors

ConnectedKubernetesIdentity()

Creates an new ConnectedKubernetesIdentity instance.

Properties

ClusterName

The name of the Kubernetes cluster on which get is called.

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedKubernetesIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedKubernetesIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedKubernetesIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to