ActiveDirectoryProperties Constructors

Definition

Overloads

ActiveDirectoryProperties()

Initializes a new instance of the ActiveDirectoryProperties class.

ActiveDirectoryProperties(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)

Initializes a new instance of the ActiveDirectoryProperties class.

public ActiveDirectoryProperties (string domainName, string netBiosDomainName, string forestName, string domainGuid, string domainSid, string azureStorageSid);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ActiveDirectoryProperties : string * string * string * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ActiveDirectoryProperties
Public Sub New (domainName As String, netBiosDomainName As String, forestName As String, domainGuid As String, domainSid As String, azureStorageSid As String)

Parameters

domainName
String

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

netBiosDomainName
String

Specifies the NetBIOS domain name.

forestName
String

Specifies the Active Directory forest to get.

domainGuid
String

Specifies the domain GUID.

domainSid
String

Specifies the security identifier (SID).

azureStorageSid
String

Specifies the security identifier (SID) for Azure Storage.

Applies to