Uses of Class
com.azure.resourcemanager.storage.models.ProtocolSettings
Packages that use ProtocolSettings
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ProtocolSettings in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ProtocolSettingsModifier and TypeMethodDescriptionFileServicePropertiesInner.protocolSettings()Get the protocolSettings property: Protocol settings for file service.FileServicePropertiesProperties.protocolSettings()Get the protocolSettings property: Protocol settings for file service.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type ProtocolSettingsModifier and TypeMethodDescriptionFileServicePropertiesInner.withProtocolSettings(ProtocolSettings protocolSettings) Set the protocolSettings property: Protocol settings for file service.FileServicePropertiesProperties.withProtocolSettings(ProtocolSettings protocolSettings) Set the protocolSettings property: Protocol settings for file service. -
Uses of ProtocolSettings in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ProtocolSettingsModifier and TypeClassDescriptionfinal classProtocol settings for file service.Methods in com.azure.resourcemanager.storage.models that return ProtocolSettingsModifier and TypeMethodDescriptionstatic ProtocolSettingsProtocolSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProtocolSettings from the JsonReader.ProtocolSettings.withNfs(NfsSetting nfs) Set the nfs property: Setting for NFS protocol.ProtocolSettings.withSmb(SmbSetting smb) Set the smb property: Setting for SMB protocol.