RecommendationSupportedClouds Struct

Definition

The cloud that the recommendation is supported on.

public readonly struct RecommendationSupportedClouds : IEquatable<Azure.ResourceManager.SecurityCenter.Models.RecommendationSupportedClouds>
type RecommendationSupportedClouds = struct
Public Structure RecommendationSupportedClouds
Implements IEquatable(Of RecommendationSupportedClouds)
Inheritance
RecommendationSupportedClouds
Implements

Constructors

Name Description
RecommendationSupportedClouds(String)

Initializes a new instance of RecommendationSupportedClouds.

Properties

Name Description
AWS

AWS.

Azure

Azure.

GCP

GCP.

Methods

Name Description
Equals(RecommendationSupportedClouds)

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(RecommendationSupportedClouds, RecommendationSupportedClouds)

Determines if two RecommendationSupportedClouds values are the same.

Implicit(String to Nullable<RecommendationSupportedClouds>)
Implicit(String to RecommendationSupportedClouds)

Converts a string to a RecommendationSupportedClouds.

Inequality(RecommendationSupportedClouds, RecommendationSupportedClouds)

Determines if two RecommendationSupportedClouds values are not the same.

Applies to