public final class ActiveDirectoryProperties extends Object
| Constructor and Description |
|---|
ActiveDirectoryProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
azureStorageSid()
Get the azureStorageSid property: Specifies the security identifier (SID) for Azure Storage.
|
String |
domainGuid()
Get the domainGuid property: Specifies the domain GUID.
|
String |
domainName()
Get the domainName property: Specifies the primary domain that the AD DNS server is authoritative for.
|
String |
domainSid()
Get the domainSid property: Specifies the security identifier (SID).
|
String |
forestName()
Get the forestName property: Specifies the Active Directory forest to get.
|
String |
netBiosDomainName()
Get the netBiosDomainName property: Specifies the NetBIOS domain name.
|
void |
validate()
Validates the instance.
|
ActiveDirectoryProperties |
withAzureStorageSid(String azureStorageSid)
Set the azureStorageSid property: Specifies the security identifier (SID) for Azure Storage.
|
ActiveDirectoryProperties |
withDomainGuid(String domainGuid)
Set the domainGuid property: Specifies the domain GUID.
|
ActiveDirectoryProperties |
withDomainName(String domainName)
Set the domainName property: Specifies the primary domain that the AD DNS server is authoritative for.
|
ActiveDirectoryProperties |
withDomainSid(String domainSid)
Set the domainSid property: Specifies the security identifier (SID).
|
ActiveDirectoryProperties |
withForestName(String forestName)
Set the forestName property: Specifies the Active Directory forest to get.
|
ActiveDirectoryProperties |
withNetBiosDomainName(String netBiosDomainName)
Set the netBiosDomainName property: Specifies the NetBIOS domain name.
|
public String domainName()
public ActiveDirectoryProperties withDomainName(String domainName)
domainName - the domainName value to set.public String netBiosDomainName()
public ActiveDirectoryProperties withNetBiosDomainName(String netBiosDomainName)
netBiosDomainName - the netBiosDomainName value to set.public String forestName()
public ActiveDirectoryProperties withForestName(String forestName)
forestName - the forestName value to set.public String domainGuid()
public ActiveDirectoryProperties withDomainGuid(String domainGuid)
domainGuid - the domainGuid value to set.public String domainSid()
public ActiveDirectoryProperties withDomainSid(String domainSid)
domainSid - the domainSid value to set.public String azureStorageSid()
public ActiveDirectoryProperties withAzureStorageSid(String azureStorageSid)
azureStorageSid - the azureStorageSid value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.