Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkEncryption
-
Packages that use VirtualNetworkEncryption Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 VirtualNetworkEncryption Modifier and Type Method Description VirtualNetworkEncryptionVirtualNetworkInner. encryption()Get the encryption property: Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.VirtualNetworkEncryptionVirtualNetworkPropertiesFormat. encryption()Get the encryption property: Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.VirtualNetworkEncryptionVirtualNetworkPeeringInner. remoteVirtualNetworkEncryption()Get the remoteVirtualNetworkEncryption property: The reference to the remote virtual network's encryption.VirtualNetworkEncryptionVirtualNetworkPeeringPropertiesFormat. 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 VirtualNetworkEncryption Modifier and Type Method Description VirtualNetworkInnerVirtualNetworkInner. 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.VirtualNetworkPropertiesFormatVirtualNetworkPropertiesFormat. 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
Methods in com.azure.resourcemanager.network.models that return VirtualNetworkEncryption Modifier and Type Method Description VirtualNetworkEncryptionVirtualNetworkEncryption. withEnabled(boolean enabled)Set the enabled property: Indicates if encryption is enabled on the virtual network.VirtualNetworkEncryptionVirtualNetworkEncryption. withEnforcement(VirtualNetworkEncryptionEnforcement enforcement)Set the enforcement property: If the encrypted VNet allows VM that does not support encryption.
-