Uses of Class
com.microsoft.azure.management.storage.ActiveDirectoryProperties
Packages that use ActiveDirectoryProperties
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of ActiveDirectoryProperties in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return ActiveDirectoryPropertiesModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.activeDirectoryProperties()Get required if choose AD.ActiveDirectoryProperties.withAzureStorageSid(String azureStorageSid) Set specifies the security identifier (SID) for Azure Storage.ActiveDirectoryProperties.withDomainGuid(String domainGuid) Set specifies the domain GUID.ActiveDirectoryProperties.withDomainName(String domainName) Set specifies the primary domain that the AD DNS server is authoritative for.ActiveDirectoryProperties.withDomainSid(String domainSid) Set specifies the security identifier (SID).ActiveDirectoryProperties.withForestName(String forestName) Set specifies the Active Directory forest to get.ActiveDirectoryProperties.withNetBiosDomainName(String netBiosDomainName) Set specifies the NetBIOS domain name.Methods in com.microsoft.azure.management.storage with parameters of type ActiveDirectoryPropertiesModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties) Set required if choose AD.