SecurityAlertSimulatorBundleType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alert Simulator supported bundles.
public readonly struct SecurityAlertSimulatorBundleType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityAlertSimulatorBundleType>
type SecurityAlertSimulatorBundleType = struct
Public Structure SecurityAlertSimulatorBundleType
Implements IEquatable(Of SecurityAlertSimulatorBundleType)
- Inheritance
-
SecurityAlertSimulatorBundleType
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityAlertSimulatorBundleType(String) |
Initializes a new instance of SecurityAlertSimulatorBundleType. |
Properties
| Name | Description |
|---|---|
| AppServices |
AppServices. |
| CosmosDbs |
CosmosDbs. |
| Dns |
DNS. |
| KeyVaults |
KeyVaults. |
| KubernetesService |
KubernetesService. |
| ResourceManager |
ResourceManager. |
| SqlServers |
SqlServers. |
| StorageAccounts |
StorageAccounts. |
| VirtualMachines |
VirtualMachines. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityAlertSimulatorBundleType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SecurityAlertSimulatorBundleType, SecurityAlertSimulatorBundleType) |
Determines if two SecurityAlertSimulatorBundleType values are the same. |
| Implicit(String to SecurityAlertSimulatorBundleType) |
Converts a String to a SecurityAlertSimulatorBundleType. |
| Inequality(SecurityAlertSimulatorBundleType, SecurityAlertSimulatorBundleType) |
Determines if two SecurityAlertSimulatorBundleType values are not the same. |