Freigeben über


NetAppEntraIdConfigPatch Class

Definition

Entra ID Patch configuration for the account.

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

Constructors

Name Description
NetAppEntraIdConfigPatch()

Initializes a new instance of NetAppEntraIdConfigPatch.

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.

EntraIdKeyVaultConfig

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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetAppEntraIdConfigPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppEntraIdConfigPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppEntraIdConfigPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppEntraIdConfigPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to