EntraIdConfigPatch Class

Definition

Entra ID Patch configuration for the account.

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

ApplicationId of the app created by customer to provide authentication and required API permissions for Microsoft Graph endpoint.

Domain

Domain of the Active directory synced to Entra ID for hybrid identities.

EntraIdAkvConfig

Using AKV config, certificate will be fetched, which will contain private key & public certificate, that correspond to the public certificate which is uploaded on the application created by customer. This will be used further for authentication.

ServerNamePrefix

Using ServerNamePrefix, FQDN (Fully Qualified Domain Name) will be generated for SMB share, using this FQDN, SMB Share will be mounted on Entra Joined VM.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<EntraIdConfigPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<EntraIdConfigPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<EntraIdConfigPatch>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<EntraIdConfigPatch>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<EntraIdConfigPatch>.Write(ModelReaderWriterOptions)

Applies to