NetAppEntraIdConfig(String, String, String) Constructor
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.
Initializes a new instance of NetAppEntraIdConfig.
public NetAppEntraIdConfig(string applicationId, string domain, string serverNamePrefix);
new Azure.ResourceManager.NetApp.Models.NetAppEntraIdConfig : string * string * string -> Azure.ResourceManager.NetApp.Models.NetAppEntraIdConfig
Public Sub New (applicationId As String, domain As String, serverNamePrefix As String)
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.
Exceptions
applicationId, domain or serverNamePrefix is null.