Class BundleType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BundleType>
com.azure.resourcemanager.security.models.BundleType

public final class BundleType extends com.azure.core.util.ExpandableStringEnum<BundleType>
Alert Simulator supported bundles.
  • Field Details

    • APP_SERVICES

      public static final BundleType APP_SERVICES
      Static value AppServices for BundleType.
    • DNS

      public static final BundleType DNS
      Static value DNS for BundleType.
    • KEY_VAULTS

      public static final BundleType KEY_VAULTS
      Static value KeyVaults for BundleType.
    • KUBERNETES_SERVICE

      public static final BundleType KUBERNETES_SERVICE
      Static value KubernetesService for BundleType.
    • RESOURCE_MANAGER

      public static final BundleType RESOURCE_MANAGER
      Static value ResourceManager for BundleType.
    • SQL_SERVERS

      public static final BundleType SQL_SERVERS
      Static value SqlServers for BundleType.
    • STORAGE_ACCOUNTS

      public static final BundleType STORAGE_ACCOUNTS
      Static value StorageAccounts for BundleType.
    • VIRTUAL_MACHINES

      public static final BundleType VIRTUAL_MACHINES
      Static value VirtualMachines for BundleType.
    • COSMOS_DBS

      public static final BundleType COSMOS_DBS
      Static value CosmosDbs for BundleType.
  • Constructor Details

    • BundleType

      public BundleType()
  • Method Details

    • fromString

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

      public static Collection<BundleType> values()
      Gets known BundleType values.
      Returns:
      known BundleType values.