KubernetesServicePrincipalUpdateContent Class

Definition

Parameters to authenticate using Service Principal.

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

Constructors

Name Description
KubernetesServicePrincipalUpdateContent()

Initializes a new instance of KubernetesServicePrincipalUpdateContent.

Properties

Name Description
ClientCertificate

Base64-encoded certificate used to authenticate a Service Principal.

ClientCertificatePassword

The password for the certificate used to authenticate a Service Principal.

ClientCertificateSendChain

Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate.

ClientId

The client Id for authenticating a Service Principal.

ClientSecret

The client secret for authenticating a Service Principal.

TenantId

The tenant Id for authenticating a Service Principal.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KubernetesServicePrincipalUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KubernetesServicePrincipalUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesServicePrincipalUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesServicePrincipalUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesServicePrincipalUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to