EntraIdConfig Class

Definition

Entra ID configuration.

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

Constructors

Name Description
EntraIdConfig(String, String, String)

Initializes a new instance of EntraIdConfig.

Properties

Name Description
ApplicationId

The application identifier.

Domain

The domain name.

EntraIdAkvConfig

The Azure Key Vault configuration.

ServerNamePrefix

The server name prefix.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<EntraIdConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntraIdConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntraIdConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntraIdConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to