Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkEncryptionEnforcement
-
Packages that use VirtualNetworkEncryptionEnforcement Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VirtualNetworkEncryptionEnforcement in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VirtualNetworkEncryptionEnforcement Modifier and Type Field Description static VirtualNetworkEncryptionEnforcementVirtualNetworkEncryptionEnforcement. ALLOW_UNENCRYPTEDStatic value AllowUnencrypted for VirtualNetworkEncryptionEnforcement.static VirtualNetworkEncryptionEnforcementVirtualNetworkEncryptionEnforcement. DROP_UNENCRYPTEDStatic value DropUnencrypted for VirtualNetworkEncryptionEnforcement.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkEncryptionEnforcement Modifier and Type Method Description VirtualNetworkEncryptionEnforcementVirtualNetworkEncryption. enforcement()Get the enforcement property: If the encrypted VNet allows VM that does not support encryption.static VirtualNetworkEncryptionEnforcementVirtualNetworkEncryptionEnforcement. fromString(String name)Creates or finds a VirtualNetworkEncryptionEnforcement from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualNetworkEncryptionEnforcement Modifier and Type Method Description static Collection<VirtualNetworkEncryptionEnforcement>VirtualNetworkEncryptionEnforcement. values()Methods in com.azure.resourcemanager.network.models with parameters of type VirtualNetworkEncryptionEnforcement Modifier and Type Method Description VirtualNetworkEncryptionVirtualNetworkEncryption. withEnforcement(VirtualNetworkEncryptionEnforcement enforcement)Set the enforcement property: If the encrypted VNet allows VM that does not support encryption.
-