Class ActiveDirectoryProperties
java.lang.Object
com.microsoft.azure.management.storage.ActiveDirectoryProperties
Settings properties for Active Directory (AD).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet specifies the security identifier (SID) for Azure Storage.Get specifies the domain GUID.Get specifies the primary domain that the AD DNS server is authoritative for.Get specifies the security identifier (SID).Get specifies the Active Directory forest to get.Get specifies the NetBIOS domain name.withAzureStorageSid
(String azureStorageSid) Set specifies the security identifier (SID) for Azure Storage.withDomainGuid
(String domainGuid) Set specifies the domain GUID.withDomainName
(String domainName) Set specifies the primary domain that the AD DNS server is authoritative for.withDomainSid
(String domainSid) Set specifies the security identifier (SID).withForestName
(String forestName) Set specifies the Active Directory forest to get.withNetBiosDomainName
(String netBiosDomainName) Set specifies the NetBIOS domain name.
-
Constructor Details
-
ActiveDirectoryProperties
public ActiveDirectoryProperties()
-
-
Method Details
-
domainName
Get specifies the primary domain that the AD DNS server is authoritative for.- Returns:
- the domainName value
-
withDomainName
Set specifies the primary domain that the AD DNS server is authoritative for.- Parameters:
domainName
- the domainName value to set- Returns:
- the ActiveDirectoryProperties object itself.
-
netBiosDomainName
Get specifies the NetBIOS domain name.- Returns:
- the netBiosDomainName value
-
withNetBiosDomainName
Set specifies the NetBIOS domain name.- Parameters:
netBiosDomainName
- the netBiosDomainName value to set- Returns:
- the ActiveDirectoryProperties object itself.
-
forestName
Get specifies the Active Directory forest to get.- Returns:
- the forestName value
-
withForestName
Set specifies the Active Directory forest to get.- Parameters:
forestName
- the forestName value to set- Returns:
- the ActiveDirectoryProperties object itself.
-
domainGuid
Get specifies the domain GUID.- Returns:
- the domainGuid value
-
withDomainGuid
Set specifies the domain GUID.- Parameters:
domainGuid
- the domainGuid value to set- Returns:
- the ActiveDirectoryProperties object itself.
-
domainSid
Get specifies the security identifier (SID).- Returns:
- the domainSid value
-
withDomainSid
Set specifies the security identifier (SID).- Parameters:
domainSid
- the domainSid value to set- Returns:
- the ActiveDirectoryProperties object itself.
-
azureStorageSid
Get specifies the security identifier (SID) for Azure Storage.- Returns:
- the azureStorageSid value
-
withAzureStorageSid
Set specifies the security identifier (SID) for Azure Storage.- Parameters:
azureStorageSid
- the azureStorageSid value to set- Returns:
- the ActiveDirectoryProperties object itself.
-