Class ActiveDirectoryProperties
java.lang.Object
com.azure.resourcemanager.storage.models.ActiveDirectoryProperties
Settings properties for Active Directory (AD).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the accountType property: Specifies the Active Directory account type for Azure Storage.Get the azureStorageSid property: Specifies the security identifier (SID) for Azure Storage.Get the domainGuid property: Specifies the domain GUID.Get the domainName property: Specifies the primary domain that the AD DNS server is authoritative for.Get the domainSid property: Specifies the security identifier (SID).Get the forestName property: Specifies the Active Directory forest to get.Get the netBiosDomainName property: Specifies the NetBIOS domain name.Get the samAccountName property: Specifies the Active Directory SAMAccountName for Azure Storage.voidvalidate()Validates the instance.withAccountType(ActiveDirectoryPropertiesAccountType accountType) Set the accountType property: Specifies the Active Directory account type for Azure Storage.withAzureStorageSid(String azureStorageSid) Set the azureStorageSid property: Specifies the security identifier (SID) for Azure Storage.withDomainGuid(String domainGuid) Set the domainGuid property: Specifies the domain GUID.withDomainName(String domainName) Set the domainName property: Specifies the primary domain that the AD DNS server is authoritative for.withDomainSid(String domainSid) Set the domainSid property: Specifies the security identifier (SID).withForestName(String forestName) Set the forestName property: Specifies the Active Directory forest to get.withNetBiosDomainName(String netBiosDomainName) Set the netBiosDomainName property: Specifies the NetBIOS domain name.withSamAccountName(String samAccountName) Set the samAccountName property: Specifies the Active Directory SAMAccountName for Azure Storage.
-
Constructor Details
-
ActiveDirectoryProperties
public ActiveDirectoryProperties()
-
-
Method Details
-
domainName
Get the domainName property: Specifies the primary domain that the AD DNS server is authoritative for.- Returns:
- the domainName value.
-
withDomainName
Set the domainName property: 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 the netBiosDomainName property: Specifies the NetBIOS domain name.- Returns:
- the netBiosDomainName value.
-
withNetBiosDomainName
Set the netBiosDomainName property: Specifies the NetBIOS domain name.- Parameters:
netBiosDomainName- the netBiosDomainName value to set.- Returns:
- the ActiveDirectoryProperties object itself.
-
forestName
Get the forestName property: Specifies the Active Directory forest to get.- Returns:
- the forestName value.
-
withForestName
Set the forestName property: Specifies the Active Directory forest to get.- Parameters:
forestName- the forestName value to set.- Returns:
- the ActiveDirectoryProperties object itself.
-
domainGuid
Get the domainGuid property: Specifies the domain GUID.- Returns:
- the domainGuid value.
-
withDomainGuid
Set the domainGuid property: Specifies the domain GUID.- Parameters:
domainGuid- the domainGuid value to set.- Returns:
- the ActiveDirectoryProperties object itself.
-
domainSid
Get the domainSid property: Specifies the security identifier (SID).- Returns:
- the domainSid value.
-
withDomainSid
Set the domainSid property: Specifies the security identifier (SID).- Parameters:
domainSid- the domainSid value to set.- Returns:
- the ActiveDirectoryProperties object itself.
-
azureStorageSid
Get the azureStorageSid property: Specifies the security identifier (SID) for Azure Storage.- Returns:
- the azureStorageSid value.
-
withAzureStorageSid
Set the azureStorageSid property: Specifies the security identifier (SID) for Azure Storage.- Parameters:
azureStorageSid- the azureStorageSid value to set.- Returns:
- the ActiveDirectoryProperties object itself.
-
samAccountName
Get the samAccountName property: Specifies the Active Directory SAMAccountName for Azure Storage.- Returns:
- the samAccountName value.
-
withSamAccountName
Set the samAccountName property: Specifies the Active Directory SAMAccountName for Azure Storage.- Parameters:
samAccountName- the samAccountName value to set.- Returns:
- the ActiveDirectoryProperties object itself.
-
accountType
Get the accountType property: Specifies the Active Directory account type for Azure Storage.- Returns:
- the accountType value.
-
withAccountType
Set the accountType property: Specifies the Active Directory account type for Azure Storage.- Parameters:
accountType- the accountType value to set.- Returns:
- the ActiveDirectoryProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-