ManagedClusterCredentials Class

Definition

The list credential result response.

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

Properties

Kubeconfigs

Base64-encoded Kubernetes configuration file.

Explicit Interface Implementations

IJsonModel<ManagedClusterCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to