RecommendationSupportedClouds.Implicit Operator

Definition

Overloads

Implicit(String to RecommendationSupportedClouds)

Source:
RecommendationSupportedClouds.cs

Converts a string to a RecommendationSupportedClouds.

public static implicit operator Azure.ResourceManager.SecurityCenter.Models.RecommendationSupportedClouds(string value);
static member op_Implicit : string -> Azure.ResourceManager.SecurityCenter.Models.RecommendationSupportedClouds
Public Shared Widening Operator CType (value As String) As RecommendationSupportedClouds

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<RecommendationSupportedClouds>)

Source:
RecommendationSupportedClouds.cs
public static implicit operator Azure.ResourceManager.SecurityCenter.Models.RecommendationSupportedClouds?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.SecurityCenter.Models.RecommendationSupportedClouds>
Public Shared Widening Operator CType (value As String) As Nullable(Of RecommendationSupportedClouds)

Parameters

value
String

Returns

Applies to