Class VirtualNetworkEncryptionEnforcement

java.lang.Object
com.azure.core.util.ExpandableStringEnum<VirtualNetworkEncryptionEnforcement>
com.azure.resourcemanager.network.models.VirtualNetworkEncryptionEnforcement
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class VirtualNetworkEncryptionEnforcement extends com.azure.core.util.ExpandableStringEnum<VirtualNetworkEncryptionEnforcement>
If the encrypted VNet allows VM that does not support encryption. This field is for future support, AllowUnencrypted is the only supported value at general availability.
  • Field Details

  • Constructor Details

    • VirtualNetworkEncryptionEnforcement

      @Deprecated public VirtualNetworkEncryptionEnforcement()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of VirtualNetworkEncryptionEnforcement value.
  • Method Details

    • fromString

      public static VirtualNetworkEncryptionEnforcement fromString(String name)
      Creates or finds a VirtualNetworkEncryptionEnforcement from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding VirtualNetworkEncryptionEnforcement.
    • values

      Gets known VirtualNetworkEncryptionEnforcement values.
      Returns:
      known VirtualNetworkEncryptionEnforcement values.