ArmNetAppModelFactory.EntraIdConfig 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.EntraIdConfig EntraIdConfig(string applicationId = default, string domain = default, string serverNamePrefix = default, Azure.ResourceManager.NetApp.Models.EntraIdAkvConfig entraIdAkvConfig = default);
static member EntraIdConfig : string * string * string * Azure.ResourceManager.NetApp.Models.EntraIdAkvConfig -> Azure.ResourceManager.NetApp.Models.EntraIdConfig
Public Shared Function EntraIdConfig (Optional applicationId As String = Nothing, Optional domain As String = Nothing, Optional serverNamePrefix As String = Nothing, Optional entraIdAkvConfig As EntraIdAkvConfig = Nothing) As EntraIdConfig
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
- 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.
Returns
A new EntraIdConfig instance for mocking.