MetricStatisticType.Implicit Operator

Definition

Overloads

Implicit(MetricStatisticType to String)

Implicit operator to convert MetricStatisticType to string

Implicit(String to MetricStatisticType)

Implicit operator to convert string to MetricStatisticType

Implicit(MetricStatisticType to String)

Implicit operator to convert MetricStatisticType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType -> string
Public Shared Widening Operator CType (e As MetricStatisticType) As String

Parameters

e
MetricStatisticType

the value to convert to an instance of MetricStatisticType.

Returns

Applies to

Implicit(String to MetricStatisticType)

Implicit operator to convert string to MetricStatisticType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType
Public Shared Widening Operator CType (value As String) As MetricStatisticType

Parameters

value
String

the value to convert to an instance of MetricStatisticType.

Returns

Applies to