다음을 통해 공유


CredentialResults Class

Definition

The list of credential result response.

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

Properties

HybridConnectionConfig

Contains the REP (rendezvous endpoint) and “Sender” access token.

Kubeconfigs

Base64-encoded Kubernetes configuration file.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CredentialResults>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CredentialResults>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CredentialResults>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CredentialResults>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CredentialResults>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to