Uses of Class
com.microsoft.azure.management.storage.DirectoryServiceOptions
Packages that use DirectoryServiceOptions
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of DirectoryServiceOptions in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as DirectoryServiceOptionsModifier and TypeFieldDescriptionstatic final DirectoryServiceOptions
DirectoryServiceOptions.AADDS
Static value AADDS for DirectoryServiceOptions.static final DirectoryServiceOptions
DirectoryServiceOptions.AD
Static value AD for DirectoryServiceOptions.static final DirectoryServiceOptions
DirectoryServiceOptions.NONE
Static value None for DirectoryServiceOptions.Methods in com.microsoft.azure.management.storage that return DirectoryServiceOptionsModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.directoryServiceOptions()
Get indicates the directory service used.static DirectoryServiceOptions
DirectoryServiceOptions.fromString
(String name) Creates or finds a DirectoryServiceOptions from its string representation.Methods in com.microsoft.azure.management.storage that return types with arguments of type DirectoryServiceOptionsModifier and TypeMethodDescriptionstatic Collection<DirectoryServiceOptions>
DirectoryServiceOptions.values()
Methods in com.microsoft.azure.management.storage with parameters of type DirectoryServiceOptionsModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.withDirectoryServiceOptions
(DirectoryServiceOptions directoryServiceOptions) Set indicates the directory service used.