BundleType Class

public final class BundleType
extends ExpandableStringEnum<BundleType>

Alert Simulator supported bundles.

Field Summary

Modifier and Type Field and Description
static final BundleType APP_SERVICES

Static value AppServices for BundleType.

static final BundleType COSMOS_DBS

Static value CosmosDbs for BundleType.

static final BundleType DNS

Static value DNS for BundleType.

static final BundleType KEY_VAULTS

Static value KeyVaults for BundleType.

static final BundleType KUBERNETES_SERVICE

Static value KubernetesService for BundleType.

static final BundleType RESOURCE_MANAGER

Static value ResourceManager for BundleType.

static final BundleType SQL_SERVERS

Static value SqlServers for BundleType.

static final BundleType STORAGE_ACCOUNTS

Static value StorageAccounts for BundleType.

static final BundleType VIRTUAL_MACHINES

Static value VirtualMachines for BundleType.

Constructor Summary

Constructor Description
BundleType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BundleType value.

Method Summary

Modifier and Type Method and Description
static BundleType fromString(String name)

Creates or finds a BundleType from its string representation.

static Collection<BundleType> values()

Gets known BundleType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APP_SERVICES

public static final BundleType APP_SERVICES

Static value AppServices for BundleType.

COSMOS_DBS

public static final BundleType COSMOS_DBS

Static value CosmosDbs 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.

Constructor Details

BundleType

@Deprecated
public BundleType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BundleType value.

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 values()

Gets known BundleType values.

Returns:

known BundleType values.

Applies to