ActiveDirectoryProperties Class

Definition

Settings properties for Active Directory (AD).

public class ActiveDirectoryProperties
type ActiveDirectoryProperties = class
Public Class ActiveDirectoryProperties
Inheritance
ActiveDirectoryProperties

Constructors

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.

Properties

AccountType

Gets or sets specifies the Active Directory account type for Azure Storage. Possible values include: 'User', 'Computer'

AzureStorageSid

Gets or sets specifies the security identifier (SID) for Azure Storage.

DomainGuid

Gets or sets specifies the domain GUID.

DomainName

Gets or sets specifies the primary domain that the AD DNS server is authoritative for.

DomainSid

Gets or sets specifies the security identifier (SID).

ForestName

Gets or sets specifies the Active Directory forest to get.

NetBiosDomainName

Gets or sets specifies the NetBIOS domain name.

SamAccountName

Gets or sets specifies the Active Directory SAMAccountName for Azure Storage.

Methods

Validate()

Validate the object.

Applies to