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 Summary
Modifier and TypeFieldDescriptionstatic final VirtualNetworkEncryptionEnforcement
Static value AllowUnencrypted for VirtualNetworkEncryptionEnforcement.static final VirtualNetworkEncryptionEnforcement
Static value DropUnencrypted for VirtualNetworkEncryptionEnforcement. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a VirtualNetworkEncryptionEnforcement from its string representation.values()
Gets known VirtualNetworkEncryptionEnforcement values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DROP_UNENCRYPTED
Static value DropUnencrypted for VirtualNetworkEncryptionEnforcement. -
ALLOW_UNENCRYPTED
Static value AllowUnencrypted for VirtualNetworkEncryptionEnforcement.
-
-
Constructor Details
-
VirtualNetworkEncryptionEnforcement
Deprecated.Use thefromString(String)
factory method.Creates a new instance of VirtualNetworkEncryptionEnforcement value.
-
-
Method Details
-
fromString
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.
-
fromString(String)
factory method.