Uses of Class
com.microsoft.azure.management.storage.AzureFilesIdentityBasedAuthentication
Packages that use AzureFilesIdentityBasedAuthentication
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of AzureFilesIdentityBasedAuthentication in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return AzureFilesIdentityBasedAuthenticationModifier and TypeMethodDescriptionStorageAccountCreateParameters.azureFilesIdentityBasedAuthentication()
Get provides the identity based authentication settings for Azure Files.StorageAccountUpdateParameters.azureFilesIdentityBasedAuthentication()
Get provides the identity based authentication settings for Azure Files.AzureFilesIdentityBasedAuthentication.withActiveDirectoryProperties
(ActiveDirectoryProperties activeDirectoryProperties) Set required if choose AD.AzureFilesIdentityBasedAuthentication.withDirectoryServiceOptions
(DirectoryServiceOptions directoryServiceOptions) Set indicates the directory service used.Methods in com.microsoft.azure.management.storage with parameters of type AzureFilesIdentityBasedAuthenticationModifier and TypeMethodDescriptionStorageAccountCreateParameters.withAzureFilesIdentityBasedAuthentication
(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication) Set provides the identity based authentication settings for Azure Files.StorageAccountUpdateParameters.withAzureFilesIdentityBasedAuthentication
(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication) Set provides the identity based authentication settings for Azure Files.