ManagedClusterCredential Class

Definition

The credential result response.

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

Properties

Name

The name of the credential.

Value

Base64-encoded Kubernetes configuration file.

Explicit Interface Implementations

IJsonModel<ManagedClusterCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to