NetAppActiveDirectoryConfigProperties(String, NetAppSecretPassword) 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 NetAppActiveDirectoryConfigProperties.
public NetAppActiveDirectoryConfigProperties(string domain, Azure.ResourceManager.NetApp.Models.NetAppSecretPassword secretPassword);
new Azure.ResourceManager.NetApp.Models.NetAppActiveDirectoryConfigProperties : string * Azure.ResourceManager.NetApp.Models.NetAppSecretPassword -> Azure.ResourceManager.NetApp.Models.NetAppActiveDirectoryConfigProperties
Public Sub New (domain As String, secretPassword As NetAppSecretPassword)
Parameters
- domain
- String
Name of the Active Directory domain.
- secretPassword
- NetAppSecretPassword
Access password from Azure KeyVault Secrets to connect Active Directory.
Exceptions
domain or secretPassword is null.