Uses of Class
com.azure.resourcemanager.storage.models.ActiveDirectoryProperties
Packages that use ActiveDirectoryProperties
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ActiveDirectoryProperties in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ActiveDirectoryPropertiesModifier and TypeClassDescriptionfinal classSettings properties for Active Directory (AD).Methods in com.azure.resourcemanager.storage.models that return ActiveDirectoryPropertiesModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.activeDirectoryProperties()Get the activeDirectoryProperties property: Additional information about the directory service.static ActiveDirectoryPropertiesActiveDirectoryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActiveDirectoryProperties from the JsonReader.ActiveDirectoryProperties.withAccountType(ActiveDirectoryPropertiesAccountType accountType) Set the accountType property: Specifies the Active Directory account type for Azure Storage.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) of the AD domain.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.ActiveDirectoryProperties.withSamAccountName(String samAccountName) Set the samAccountName property: Specifies the Active Directory SAMAccountName for Azure Storage.Methods in com.azure.resourcemanager.storage.models with parameters of type ActiveDirectoryPropertiesModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties) Set the activeDirectoryProperties property: Additional information about the directory service.