Uses of Class
com.azure.resourcemanager.storage.models.SmbOAuthSettings
Packages that use SmbOAuthSettings
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of SmbOAuthSettings in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return SmbOAuthSettingsModifier and TypeMethodDescriptionstatic SmbOAuthSettingsSmbOAuthSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SmbOAuthSettings from the JsonReader.AzureFilesIdentityBasedAuthentication.smbOAuthSettings()Get the smbOAuthSettings property: Required for Managed Identities access using OAuth over SMB.SmbOAuthSettings.withIsSmbOAuthEnabled(Boolean isSmbOAuthEnabled) Set the isSmbOAuthEnabled property: Specifies if managed identities can access SMB shares using OAuth.Methods in com.azure.resourcemanager.storage.models with parameters of type SmbOAuthSettingsModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.withSmbOAuthSettings(SmbOAuthSettings smbOAuthSettings) Set the smbOAuthSettings property: Required for Managed Identities access using OAuth over SMB.