Freigeben über


ScoreAggregationLevel.Implicit Operator

Definition

Overloads

Implicit(String to ScoreAggregationLevel)

Source:
ScoreAggregationLevel.cs

Converts a string to a ScoreAggregationLevel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ScoreAggregationLevel>)

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

Parameters

value
String

Returns

Applies to