EntraIdConfigPatch Class

Definition

Entra ID configuration patch.

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

Constructors

Name Description
EntraIdConfigPatch()

Initializes a new instance of EntraIdConfigPatch.

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<EntraIdConfigPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntraIdConfigPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntraIdConfigPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntraIdConfigPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntraIdConfigPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to