SecurityCenterResourceSource 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 platform where the assessed resource resides.
public readonly struct SecurityCenterResourceSource : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterResourceSource>
type SecurityCenterResourceSource = struct
Public Structure SecurityCenterResourceSource
Implements IEquatable(Of SecurityCenterResourceSource)
- Inheritance
-
SecurityCenterResourceSource
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityCenterResourceSource(String) |
Initializes a new instance of SecurityCenterResourceSource. |
Properties
| Name | Description |
|---|---|
| Aws |
Aws. |
| Azure |
Resource is in Azure. |
| Gcp |
Gcp. |
| OnPremise |
Resource in an on premise machine connected to Azure cloud. |
| OnPremiseResourceDetails |
On premise resource details. |
| OnPremiseSql |
SQL Resource in an on premise machine connected to Azure cloud. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityCenterResourceSource) |
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(SecurityCenterResourceSource, SecurityCenterResourceSource) |
Determines if two SecurityCenterResourceSource values are the same. |
| Implicit(String to Nullable<SecurityCenterResourceSource>) | |
| Implicit(String to SecurityCenterResourceSource) |
Converts a string to a SecurityCenterResourceSource. |
| Inequality(SecurityCenterResourceSource, SecurityCenterResourceSource) |
Determines if two SecurityCenterResourceSource values are not the same. |