ArmNetAppModelFactory.EntraIdConfigPatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.