SecurityCenterCloudName 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 multi cloud resource's cloud name.
public readonly struct SecurityCenterCloudName : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudName>
type SecurityCenterCloudName = struct
Public Structure SecurityCenterCloudName
Implements IEquatable(Of SecurityCenterCloudName)
- Inheritance
-
SecurityCenterCloudName
- Implements
Constructors
SecurityCenterCloudName(String) |
Initializes a new instance of SecurityCenterCloudName. |
Properties
Aws |
AWS. |
Azure |
Azure. |
AzureDevOps |
AzureDevOps. |
Gcp |
GCP. |
Github |
Github. |
GitLab |
GitLab. |
Methods
Equals(SecurityCenterCloudName) |
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(SecurityCenterCloudName, SecurityCenterCloudName) |
Determines if two SecurityCenterCloudName values are the same. |
Implicit(String to SecurityCenterCloudName) |
Converts a string to a SecurityCenterCloudName. |
Inequality(SecurityCenterCloudName, SecurityCenterCloudName) |
Determines if two SecurityCenterCloudName values are not the same. |
Applies to
Azure SDK for .NET