public class ActiveDirectoryProperties extends Object
| Constructor and Description |
|---|
ActiveDirectoryProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
azureStorageSid()
Get specifies the security identifier (SID) for Azure Storage.
|
String |
domainGuid()
Get specifies the domain GUID.
|
String |
domainName()
Get specifies the primary domain that the AD DNS server is authoritative for.
|
String |
domainSid()
Get specifies the security identifier (SID).
|
String |
forestName()
Get specifies the Active Directory forest to get.
|
String |
netBiosDomainName()
Get specifies the NetBIOS domain name.
|
ActiveDirectoryProperties |
withAzureStorageSid(String azureStorageSid)
Set specifies the security identifier (SID) for Azure Storage.
|
ActiveDirectoryProperties |
withDomainGuid(String domainGuid)
Set specifies the domain GUID.
|
ActiveDirectoryProperties |
withDomainName(String domainName)
Set specifies the primary domain that the AD DNS server is authoritative for.
|
ActiveDirectoryProperties |
withDomainSid(String domainSid)
Set specifies the security identifier (SID).
|
ActiveDirectoryProperties |
withForestName(String forestName)
Set specifies the Active Directory forest to get.
|
ActiveDirectoryProperties |
withNetBiosDomainName(String netBiosDomainName)
Set specifies the NetBIOS domain name.
|
public String domainName()
public ActiveDirectoryProperties withDomainName(String domainName)
domainName - the domainName value to setpublic String netBiosDomainName()
public ActiveDirectoryProperties withNetBiosDomainName(String netBiosDomainName)
netBiosDomainName - the netBiosDomainName value to setpublic String forestName()
public ActiveDirectoryProperties withForestName(String forestName)
forestName - the forestName value to setpublic String domainGuid()
public ActiveDirectoryProperties withDomainGuid(String domainGuid)
domainGuid - the domainGuid value to setpublic String domainSid()
public ActiveDirectoryProperties withDomainSid(String domainSid)
domainSid - the domainSid value to setpublic String azureStorageSid()
public ActiveDirectoryProperties withAzureStorageSid(String azureStorageSid)
azureStorageSid - the azureStorageSid value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/