Uses of Class
com.azure.resourcemanager.storage.models.EncryptionInTransit
Packages that use EncryptionInTransit
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of EncryptionInTransit in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type EncryptionInTransitMethods in com.azure.resourcemanager.storage.models that return EncryptionInTransitModifier and TypeMethodDescriptionNfsSetting.encryptionInTransit()Get the encryptionInTransit property: Encryption in transit setting.SmbSetting.encryptionInTransit()Get the encryptionInTransit property: Encryption in transit setting.static EncryptionInTransitEncryptionInTransit.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionInTransit from the JsonReader.EncryptionInTransit.withRequired(Boolean required) Set the required property: Indicates whether encryption in transit is required.Methods in com.azure.resourcemanager.storage.models with parameters of type EncryptionInTransitModifier and TypeMethodDescriptionNfsSetting.withEncryptionInTransit(EncryptionInTransit encryptionInTransit) Set the encryptionInTransit property: Encryption in transit setting.SmbSetting.withEncryptionInTransit(EncryptionInTransit encryptionInTransit) Set the encryptionInTransit property: Encryption in transit setting.