ConnectedKubernetesIdentity Class
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.
[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() |