Uses of Class
com.azure.resourcemanager.storage.models.DirectoryServiceOptions
-
Packages that use DirectoryServiceOptions Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of DirectoryServiceOptions in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as DirectoryServiceOptions Modifier and Type Field Description static DirectoryServiceOptionsDirectoryServiceOptions. AADDSStatic value AADDS for DirectoryServiceOptions.static DirectoryServiceOptionsDirectoryServiceOptions. ADStatic value AD for DirectoryServiceOptions.static DirectoryServiceOptionsDirectoryServiceOptions. NONEStatic value None for DirectoryServiceOptions.Methods in com.azure.resourcemanager.storage.models that return DirectoryServiceOptions Modifier and Type Method Description DirectoryServiceOptionsAzureFilesIdentityBasedAuthentication. directoryServiceOptions()Get the directoryServiceOptions property: Indicates the directory service used.static DirectoryServiceOptionsDirectoryServiceOptions. fromString(String name)Creates or finds a DirectoryServiceOptions from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type DirectoryServiceOptions Modifier and Type Method Description static Collection<DirectoryServiceOptions>DirectoryServiceOptions. values()Methods in com.azure.resourcemanager.storage.models with parameters of type DirectoryServiceOptions Modifier and Type Method Description AzureFilesIdentityBasedAuthenticationAzureFilesIdentityBasedAuthentication. withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)Set the directoryServiceOptions property: Indicates the directory service used.
-