Condividi tramite


ListClusterUserCredentialProperties Class

Definition

The ListClusterUserCredentialProperties.

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

Constructors

ListClusterUserCredentialProperties(AuthenticationMethod, Boolean)

Initializes a new instance of ListClusterUserCredentialProperties.

Properties

AuthenticationMethod

The mode of client authentication.

ClientProxy

Boolean value to indicate whether the request is for client side proxy or not.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ListClusterUserCredentialProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ListClusterUserCredentialProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ListClusterUserCredentialProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ListClusterUserCredentialProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ListClusterUserCredentialProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to