Uses of Class
com.azure.resourcemanager.storage.models.AzureFilesIdentityBasedAuthentication
Packages that use AzureFilesIdentityBasedAuthentication
Package
Description
Package containing the inner data models for StorageManagementClient.
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 AzureFilesIdentityBasedAuthenticationModifier and TypeMethodDescriptionStorageAccountInner.azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesCreateParameters.azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesInner.azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesUpdateParameters.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 AzureFilesIdentityBasedAuthenticationModifier and TypeMethodDescriptionStorageAccountInner.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication) Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesCreateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication) Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesInner.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication) Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountPropertiesUpdateParameters.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 AzureFilesIdentityBasedAuthenticationModifier and TypeMethodDescriptionStorageAccountCreateParameters.azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountUpdateParameters.azureFilesIdentityBasedAuthentication()Get the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.AzureFilesIdentityBasedAuthentication.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFilesIdentityBasedAuthentication from the JsonReader.AzureFilesIdentityBasedAuthentication.withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties) Set the activeDirectoryProperties property: Additional information about the directory service.AzureFilesIdentityBasedAuthentication.withDefaultSharePermission(DefaultSharePermission defaultSharePermission) Set the defaultSharePermission property: Default share permission for users using Kerberos authentication if RBAC role is not assigned.AzureFilesIdentityBasedAuthentication.withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions) Set the directoryServiceOptions property: Indicates the directory service used.AzureFilesIdentityBasedAuthentication.withSmbOAuthSettings(SmbOAuthSettings smbOAuthSettings) Set the smbOAuthSettings property: Required for Managed Identities access using OAuth over SMB.Methods in com.azure.resourcemanager.storage.models with parameters of type AzureFilesIdentityBasedAuthenticationModifier and TypeMethodDescriptionStorageAccountCreateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication) Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.StorageAccountUpdateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication) Set the azureFilesIdentityBasedAuthentication property: Provides the identity based authentication settings for Azure Files.