Uses of Class
com.azure.resourcemanager.storage.models.NfsSetting
Packages that use NfsSetting
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of NfsSetting in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type NfsSettingMethods in com.azure.resourcemanager.storage.models that return NfsSettingModifier and TypeMethodDescriptionstatic NfsSettingNfsSetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NfsSetting from the JsonReader.ProtocolSettings.nfs()Get the nfs property: Setting for NFS protocol.NfsSetting.withEncryptionInTransit(EncryptionInTransit encryptionInTransit) Set the encryptionInTransit property: Encryption in transit setting.Methods in com.azure.resourcemanager.storage.models with parameters of type NfsSettingModifier and TypeMethodDescriptionProtocolSettings.withNfs(NfsSetting nfs) Set the nfs property: Setting for NFS protocol.