Class SecurityTypes


  • public final class SecurityTypes
    extends com.azure.core.util.ExpandableStringEnum<SecurityTypes>
    Defines values for SecurityTypes.
    • Field Detail

      • TRUSTED_LAUNCH

        public static final SecurityTypes TRUSTED_LAUNCH
        Static value TrustedLaunch for SecurityTypes.
      • CONFIDENTIAL_VM

        public static final SecurityTypes CONFIDENTIAL_VM
        Static value ConfidentialVM for SecurityTypes.
    • Constructor Detail

      • SecurityTypes

        public SecurityTypes()
    • Method Detail

      • fromString

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