Condividi tramite


ApplianceCredentialKubeconfig Class

Definition

Cluster User Credential appliance.

public class ApplianceCredentialKubeconfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceConnector.Models.ApplianceCredentialKubeconfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceConnector.Models.ApplianceCredentialKubeconfig>
type ApplianceCredentialKubeconfig = class
    interface IJsonModel<ApplianceCredentialKubeconfig>
    interface IPersistableModel<ApplianceCredentialKubeconfig>
Public Class ApplianceCredentialKubeconfig
Implements IJsonModel(Of ApplianceCredentialKubeconfig), IPersistableModel(Of ApplianceCredentialKubeconfig)
Inheritance
ApplianceCredentialKubeconfig
Implements

Properties

Name

Name which contains the role of the kubeconfig.

Value

Contains the kubeconfig value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplianceCredentialKubeconfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApplianceCredentialKubeconfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplianceCredentialKubeconfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplianceCredentialKubeconfig>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApplianceCredentialKubeconfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to