Class ActiveDirectoryProperties

java.lang.Object
com.microsoft.azure.management.storage.ActiveDirectoryProperties

public class ActiveDirectoryProperties extends Object
Settings properties for Active Directory (AD).
  • Constructor Details

    • ActiveDirectoryProperties

      public ActiveDirectoryProperties()
  • Method Details

    • domainName

      public String domainName()
      Get specifies the primary domain that the AD DNS server is authoritative for.
      Returns:
      the domainName value
    • withDomainName

      public ActiveDirectoryProperties withDomainName(String domainName)
      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

      public String netBiosDomainName()
      Get specifies the NetBIOS domain name.
      Returns:
      the netBiosDomainName value
    • withNetBiosDomainName

      public ActiveDirectoryProperties withNetBiosDomainName(String netBiosDomainName)
      Set specifies the NetBIOS domain name.
      Parameters:
      netBiosDomainName - the netBiosDomainName value to set
      Returns:
      the ActiveDirectoryProperties object itself.
    • forestName

      public String forestName()
      Get specifies the Active Directory forest to get.
      Returns:
      the forestName value
    • withForestName

      public ActiveDirectoryProperties withForestName(String forestName)
      Set specifies the Active Directory forest to get.
      Parameters:
      forestName - the forestName value to set
      Returns:
      the ActiveDirectoryProperties object itself.
    • domainGuid

      public String domainGuid()
      Get specifies the domain GUID.
      Returns:
      the domainGuid value
    • withDomainGuid

      public ActiveDirectoryProperties withDomainGuid(String domainGuid)
      Set specifies the domain GUID.
      Parameters:
      domainGuid - the domainGuid value to set
      Returns:
      the ActiveDirectoryProperties object itself.
    • domainSid

      public String domainSid()
      Get specifies the security identifier (SID).
      Returns:
      the domainSid value
    • withDomainSid

      public ActiveDirectoryProperties withDomainSid(String domainSid)
      Set specifies the security identifier (SID).
      Parameters:
      domainSid - the domainSid value to set
      Returns:
      the ActiveDirectoryProperties object itself.
    • azureStorageSid

      public String azureStorageSid()
      Get specifies the security identifier (SID) for Azure Storage.
      Returns:
      the azureStorageSid value
    • withAzureStorageSid

      public ActiveDirectoryProperties withAzureStorageSid(String azureStorageSid)
      Set specifies the security identifier (SID) for Azure Storage.
      Parameters:
      azureStorageSid - the azureStorageSid value to set
      Returns:
      the ActiveDirectoryProperties object itself.