Uses of Class
com.azure.resourcemanager.storage.models.DirectoryServiceOptions
Packages that use DirectoryServiceOptions
Package
Description
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 DirectoryServiceOptionsModifier and TypeFieldDescriptionstatic final DirectoryServiceOptionsDirectoryServiceOptions.AADDSStatic value AADDS for DirectoryServiceOptions.static final DirectoryServiceOptionsDirectoryServiceOptions.AADKERBStatic value AADKERB for DirectoryServiceOptions.static final DirectoryServiceOptionsDirectoryServiceOptions.ADStatic value AD for DirectoryServiceOptions.static final DirectoryServiceOptionsDirectoryServiceOptions.NONEStatic value None for DirectoryServiceOptions.Methods in com.azure.resourcemanager.storage.models that return DirectoryServiceOptionsModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.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 DirectoryServiceOptionsModifier and TypeMethodDescriptionstatic Collection<DirectoryServiceOptions> DirectoryServiceOptions.values()Gets known DirectoryServiceOptions values.Methods in com.azure.resourcemanager.storage.models with parameters of type DirectoryServiceOptionsModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions) Set the directoryServiceOptions property: Indicates the directory service used.