ManagedClusterServicePrincipalProfile Class

Definition

Information about a service principal identity for the cluster to use for manipulating Azure APIs.

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

Constructors

ManagedClusterServicePrincipalProfile(String)

Initializes a new instance of ManagedClusterServicePrincipalProfile.

Properties

ClientId

The ID for the service principal.

Secret

The secret password associated with the service principal in plain text.

Explicit Interface Implementations

IJsonModel<ManagedClusterServicePrincipalProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterServicePrincipalProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterServicePrincipalProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterServicePrincipalProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterServicePrincipalProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to