Uses of Class
com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption
Packages that use ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryptionModifier and TypeMethodDescriptionManagedEnvironmentPropertiesPeerTrafficConfiguration.encryption()
Get the encryption property: Peer traffic encryption settings for the Managed Environment.ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption from the JsonReader.ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption.withEnabled
(Boolean enabled) Set the enabled property: Boolean indicating whether the peer traffic encryption is enabled.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryptionModifier and TypeMethodDescriptionManagedEnvironmentPropertiesPeerTrafficConfiguration.withEncryption
(ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption encryption) Set the encryption property: Peer traffic encryption settings for the Managed Environment.