ArmNetAppModelFactory.EntraIdConfigPatch Method

Definition

public static Azure.ResourceManager.NetApp.Models.EntraIdConfigPatch EntraIdConfigPatch(string applicationId = default, string domain = default, string serverNamePrefix = default, Azure.ResourceManager.NetApp.Models.EntraIdAkvConfigPatch entraIdAkvConfig = default);
static member EntraIdConfigPatch : string * string * string * Azure.ResourceManager.NetApp.Models.EntraIdAkvConfigPatch -> Azure.ResourceManager.NetApp.Models.EntraIdConfigPatch
Public Shared Function EntraIdConfigPatch (Optional applicationId As String = Nothing, Optional domain As String = Nothing, Optional serverNamePrefix As String = Nothing, Optional entraIdAkvConfig As EntraIdAkvConfigPatch = Nothing) As EntraIdConfigPatch

Parameters

applicationId
String

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

domain
String

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

serverNamePrefix
String

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.

entraIdAkvConfig
EntraIdAkvConfigPatch

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.

Returns

A new EntraIdConfigPatch instance for mocking.

Applies to