ActiveDirectoryProperties Constructors

Definition

Overloads

ActiveDirectoryProperties()

Initializes a new instance of the ActiveDirectoryProperties class.

ActiveDirectoryProperties(String, String, String, String, String, String, String, String)

Initializes a new instance of the ActiveDirectoryProperties class.

ActiveDirectoryProperties()

Initializes a new instance of the ActiveDirectoryProperties class.

public ActiveDirectoryProperties ();
Public Sub New ()

Applies to

ActiveDirectoryProperties(String, String, String, String, String, String, String, String)

Initializes a new instance of the ActiveDirectoryProperties class.

public ActiveDirectoryProperties (string domainName, string domainGuid, string netBiosDomainName = default, string forestName = default, string domainSid = default, string azureStorageSid = default, string samAccountName = default, string accountType = default);
new Microsoft.Azure.Management.Storage.Models.ActiveDirectoryProperties : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Storage.Models.ActiveDirectoryProperties
Public Sub New (domainName As String, domainGuid As String, Optional netBiosDomainName As String = Nothing, Optional forestName As String = Nothing, Optional domainSid As String = Nothing, Optional azureStorageSid As String = Nothing, Optional samAccountName As String = Nothing, Optional accountType As String = Nothing)

Parameters

domainName
String

Specifies the primary domain that the AD DNS server is authoritative for.

domainGuid
String

Specifies the domain GUID.

netBiosDomainName
String

Specifies the NetBIOS domain name.

forestName
String

Specifies the Active Directory forest to get.

domainSid
String

Specifies the security identifier (SID).

azureStorageSid
String

Specifies the security identifier (SID) for Azure Storage.

samAccountName
String

Specifies the Active Directory SAMAccountName for Azure Storage.

accountType
String

Specifies the Active Directory account type for Azure Storage. Possible values include: 'User', 'Computer'

Applies to