ActiveDirectoryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. ActiveDirectoryProperties
- com.
Implements
public final class ActiveDirectoryProperties
implements JsonSerializable<ActiveDirectoryProperties>
Settings properties for Active Directory (AD).
Constructor Summary
Constructor | Description |
---|---|
ActiveDirectoryProperties() |
Creates an instance of Active |
Method Summary
Modifier and Type | Method and Description |
---|---|
Active |
accountType()
Get the account |
String |
azureStorageSid()
Get the azure |
String |
domainGuid()
Get the domain |
String |
domainName()
Get the domain |
String |
domainSid()
Get the domain |
String |
forestName()
Get the forest |
static
Active |
fromJson(JsonReader jsonReader)
Reads an instance of Active |
String |
netBiosDomainName()
Get the net |
String |
samAccountName()
Get the sam |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Active |
withAccountType(ActiveDirectoryPropertiesAccountType accountType)
Set the account |
Active |
withAzureStorageSid(String azureStorageSid)
Set the azure |
Active |
withDomainGuid(String domainGuid)
Set the domain |
Active |
withDomainName(String domainName)
Set the domain |
Active |
withDomainSid(String domainSid)
Set the domain |
Active |
withForestName(String forestName)
Set the forest |
Active |
withNetBiosDomainName(String netBiosDomainName)
Set the net |
Active |
withSamAccountName(String samAccountName)
Set the sam |
Methods inherited from java.lang.Object
Constructor Details
ActiveDirectoryProperties
public ActiveDirectoryProperties()
Creates an instance of ActiveDirectoryProperties class.
Method Details
accountType
public ActiveDirectoryPropertiesAccountType accountType()
Get the accountType property: Specifies the Active Directory account type for Azure Storage.
Returns:
azureStorageSid
public String azureStorageSid()
Get the azureStorageSid property: Specifies the security identifier (SID) for Azure Storage.
Returns:
domainGuid
public String domainGuid()
Get the domainGuid property: Specifies the domain GUID.
Returns:
domainName
public String domainName()
Get the domainName property: Specifies the primary domain that the AD DNS server is authoritative for.
Returns:
domainSid
public String domainSid()
Get the domainSid property: Specifies the security identifier (SID).
Returns:
forestName
public String forestName()
Get the forestName property: Specifies the Active Directory forest to get.
Returns:
fromJson
public static ActiveDirectoryProperties fromJson(JsonReader jsonReader)
Reads an instance of ActiveDirectoryProperties from the JsonReader.
Parameters:
Returns:
Throws:
netBiosDomainName
public String netBiosDomainName()
Get the netBiosDomainName property: Specifies the NetBIOS domain name.
Returns:
samAccountName
public String samAccountName()
Get the samAccountName property: Specifies the Active Directory SAMAccountName for Azure Storage.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAccountType
public ActiveDirectoryProperties withAccountType(ActiveDirectoryPropertiesAccountType accountType)
Set the accountType property: Specifies the Active Directory account type for Azure Storage.
Parameters:
Returns:
withAzureStorageSid
public ActiveDirectoryProperties withAzureStorageSid(String azureStorageSid)
Set the azureStorageSid property: Specifies the security identifier (SID) for Azure Storage.
Parameters:
Returns:
withDomainGuid
public ActiveDirectoryProperties withDomainGuid(String domainGuid)
Set the domainGuid property: Specifies the domain GUID.
Parameters:
Returns:
withDomainName
public ActiveDirectoryProperties withDomainName(String domainName)
Set the domainName property: Specifies the primary domain that the AD DNS server is authoritative for.
Parameters:
Returns:
withDomainSid
public ActiveDirectoryProperties withDomainSid(String domainSid)
Set the domainSid property: Specifies the security identifier (SID).
Parameters:
Returns:
withForestName
public ActiveDirectoryProperties withForestName(String forestName)
Set the forestName property: Specifies the Active Directory forest to get.
Parameters:
Returns:
withNetBiosDomainName
public ActiveDirectoryProperties withNetBiosDomainName(String netBiosDomainName)
Set the netBiosDomainName property: Specifies the NetBIOS domain name.
Parameters:
Returns:
withSamAccountName
public ActiveDirectoryProperties withSamAccountName(String samAccountName)
Set the samAccountName property: Specifies the Active Directory SAMAccountName for Azure Storage.
Parameters:
Returns:
Applies to
Azure SDK for Java