Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkEncryptionEnforcement
Packages that use VirtualNetworkEncryptionEnforcement
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkEncryptionEnforcement in com.azure.resourcemanager.network.models
Subclasses with type arguments of type VirtualNetworkEncryptionEnforcement in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classIf the encrypted VNet allows VM that does not support encryption.Fields in com.azure.resourcemanager.network.models declared as VirtualNetworkEncryptionEnforcementModifier and TypeFieldDescriptionstatic final VirtualNetworkEncryptionEnforcementVirtualNetworkEncryptionEnforcement.ALLOW_UNENCRYPTEDStatic value AllowUnencrypted for VirtualNetworkEncryptionEnforcement.static final VirtualNetworkEncryptionEnforcementVirtualNetworkEncryptionEnforcement.DROP_UNENCRYPTEDStatic value DropUnencrypted for VirtualNetworkEncryptionEnforcement.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkEncryptionEnforcementModifier and TypeMethodDescriptionVirtualNetworkEncryption.enforcement()Get the enforcement property: If the encrypted VNet allows VM that does not support encryption.VirtualNetworkEncryptionEnforcement.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 VirtualNetworkEncryptionEnforcementModifier and TypeMethodDescriptionVirtualNetworkEncryptionEnforcement.values()Gets known VirtualNetworkEncryptionEnforcement values.Methods in com.azure.resourcemanager.network.models with parameters of type VirtualNetworkEncryptionEnforcementModifier and TypeMethodDescriptionVirtualNetworkEncryption.withEnforcement(VirtualNetworkEncryptionEnforcement enforcement) Set the enforcement property: If the encrypted VNet allows VM that does not support encryption.