Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkEncryption
Packages that use VirtualNetworkEncryption
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkEncryption in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkEncryptionModifier and TypeMethodDescriptionVirtualNetworkInner.encryption()Get the encryption property: Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.VirtualNetworkPropertiesFormat.encryption()Get the encryption property: Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.VirtualNetworkPeeringInner.remoteVirtualNetworkEncryption()Get the remoteVirtualNetworkEncryption property: The reference to the remote virtual network's encryption.VirtualNetworkPeeringPropertiesFormat.remoteVirtualNetworkEncryption()Get the remoteVirtualNetworkEncryption property: The reference to the remote virtual network's encryption.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkEncryptionModifier and TypeMethodDescriptionVirtualNetworkInner.withEncryption(VirtualNetworkEncryption encryption) Set the encryption property: Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.VirtualNetworkPropertiesFormat.withEncryption(VirtualNetworkEncryption encryption) Set the encryption property: Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet. -
Uses of VirtualNetworkEncryption in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VirtualNetworkEncryptionModifier and TypeClassDescriptionfinal classIndicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkEncryptionModifier and TypeMethodDescriptionstatic VirtualNetworkEncryptionVirtualNetworkEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkEncryption from the JsonReader.VirtualNetworkEncryption.withEnabled(boolean enabled) Set the enabled property: Indicates if encryption is enabled on the virtual network.VirtualNetworkEncryption.withEnforcement(VirtualNetworkEncryptionEnforcement enforcement) Set the enforcement property: If the encrypted VNet allows VM that does not support encryption.