StandardSupportedCloud 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.
The cloud that the standard is supported on.
public readonly struct StandardSupportedCloud : IEquatable<Azure.ResourceManager.SecurityCenter.Models.StandardSupportedCloud>
type StandardSupportedCloud = struct
Public Structure StandardSupportedCloud
Implements IEquatable(Of StandardSupportedCloud)
- Inheritance
-
StandardSupportedCloud
- Implements
Constructors
| Name | Description |
|---|---|
| StandardSupportedCloud(String) |
Initializes a new instance of StandardSupportedCloud. |
Properties
| Name | Description |
|---|---|
| Aws |
AWS. |
| Azure |
Azure. |
| Gcp |
GCP. |
Methods
| Name | Description |
|---|---|
| Equals(StandardSupportedCloud) |
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(StandardSupportedCloud, StandardSupportedCloud) |
Determines if two StandardSupportedCloud values are the same. |
| Implicit(String to Nullable<StandardSupportedCloud>) | |
| Implicit(String to StandardSupportedCloud) |
Converts a string to a StandardSupportedCloud. |
| Inequality(StandardSupportedCloud, StandardSupportedCloud) |
Determines if two StandardSupportedCloud values are not the same. |