ManagedClusterAzureActiveDirectory Class

Definition

The settings to enable AAD authentication on the cluster.

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

Constructors

ManagedClusterAzureActiveDirectory()

Initializes a new instance of ManagedClusterAzureActiveDirectory.

Properties

ClientApplication

Azure active directory client application id.

ClusterApplication

Azure active directory cluster application id.

TenantId

Azure active directory tenant id.

Explicit Interface Implementations

IJsonModel<ManagedClusterAzureActiveDirectory>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterAzureActiveDirectory>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterAzureActiveDirectory>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterAzureActiveDirectory>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterAzureActiveDirectory>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to