Udostępnij za pośrednictwem


CredentialResult Class

Definition

The credential result response.

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

Properties

Name

The name of the credential.

Value

Base64-encoded Kubernetes configuration file.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CredentialResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CredentialResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CredentialResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CredentialResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CredentialResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to