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
SecurityAlertSimulatorBundleType(String) |
Initializes a new instance of SecurityAlertSimulatorBundleType. |
Properties
AppServices |
AppServices. |
CosmosDbs |
CosmosDbs. |
Dns |
DNS. |
KeyVaults |
KeyVaults. |
KubernetesService |
KubernetesService. |
ResourceManager |
ResourceManager. |
SqlServers |
SqlServers. |
StorageAccounts |
StorageAccounts. |
VirtualMachines |
VirtualMachines. |
Methods
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
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. |
Applies to
Azure SDK for .NET