BundleType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. BundleType
- com.
- com.
public final class BundleType
extends ExpandableStringEnum<BundleType>
Alert Simulator supported bundles.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Bundle |
APP_SERVICES
App |
|
static final
Bundle |
COSMOS_DBS
Cosmos |
|
static final
Bundle |
DNS
DNS. |
|
static final
Bundle |
KEY_VAULTS
Key |
|
static final
Bundle |
KUBERNETES_SERVICE
Kubernetes |
|
static final
Bundle |
RESOURCE_MANAGER
Resource |
|
static final
Bundle |
SQL_SERVERS
Sql |
|
static final
Bundle |
STORAGE_ACCOUNTS
Storage |
|
static final
Bundle |
VIRTUAL_MACHINES
Virtual |
Constructor Summary
| Constructor | Description |
|---|---|
| BundleType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Bundle |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Bundle |
fromString(String name)
Creates or finds a Bundle |
|
static
Collection<Bundle |
values()
Gets known Bundle |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
APP_SERVICES
public static final BundleType APP_SERVICES
AppServices.
COSMOS_DBS
public static final BundleType COSMOS_DBS
CosmosDbs.
DNS
public static final BundleType DNS
DNS.
KEY_VAULTS
public static final BundleType KEY_VAULTS
KeyVaults.
KUBERNETES_SERVICE
public static final BundleType KUBERNETES_SERVICE
KubernetesService.
RESOURCE_MANAGER
public static final BundleType RESOURCE_MANAGER
ResourceManager.
SQL_SERVERS
public static final BundleType SQL_SERVERS
SqlServers.
STORAGE_ACCOUNTS
public static final BundleType STORAGE_ACCOUNTS
StorageAccounts.
VIRTUAL_MACHINES
public static final BundleType VIRTUAL_MACHINES
VirtualMachines.
Constructor Details
BundleType
@Deprecated
public BundleType()
Deprecated
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:
Returns:
values
public static Collection<BundleType> values()
Gets known BundleType values.
Returns: