Uses of Class
com.azure.resourcemanager.storage.models.AzureFilesIdentityBasedAuthentication
-
Packages that use AzureFilesIdentityBasedAuthentication Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of AzureFilesIdentityBasedAuthentication in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return AzureFilesIdentityBasedAuthentication Modifier and Type Method Description AzureFilesIdentityBasedAuthenticationStorageAccountInner. azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.AzureFilesIdentityBasedAuthenticationStorageAccountPropertiesCreateParameters. azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.AzureFilesIdentityBasedAuthenticationStorageAccountPropertiesInner. azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.AzureFilesIdentityBasedAuthenticationStorageAccountPropertiesUpdateParameters. azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type AzureFilesIdentityBasedAuthentication Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesInnerStorageAccountPropertiesInner. withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files. -
Uses of AzureFilesIdentityBasedAuthentication in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return AzureFilesIdentityBasedAuthentication Modifier and Type Method Description AzureFilesIdentityBasedAuthenticationStorageAccountCreateParameters. azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.AzureFilesIdentityBasedAuthenticationStorageAccountUpdateParameters. azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.AzureFilesIdentityBasedAuthenticationAzureFilesIdentityBasedAuthentication. withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties)Set the activeDirectoryProperties property: Required if choose AD.AzureFilesIdentityBasedAuthenticationAzureFilesIdentityBasedAuthentication. withDefaultSharePermission(DefaultSharePermission defaultSharePermission)Set the defaultSharePermission property: Default share permission for users using Kerberos authentication if RBAC role is not assigned.AzureFilesIdentityBasedAuthenticationAzureFilesIdentityBasedAuthentication. withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)Set the directoryServiceOptions property: Indicates the directory service used.Methods in com.azure.resourcemanager.storage.models with parameters of type AzureFilesIdentityBasedAuthentication Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountUpdateParametersStorageAccountUpdateParameters. withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.
-