MetricAggregationType.Implicit Operator

Definition

Overloads

Implicit(MetricAggregationType to String)

Implicit operator to convert MetricAggregationType to string

Implicit(String to MetricAggregationType)

Implicit operator to convert string to MetricAggregationType

Implicit(MetricAggregationType to String)

Implicit operator to convert MetricAggregationType to string

public static implicit operator string (Microsoft.Azure.Management.VideoAnalyzer.Models.MetricAggregationType e);
static member op_Implicit : Microsoft.Azure.Management.VideoAnalyzer.Models.MetricAggregationType -> string
Public Shared Widening Operator CType (e As MetricAggregationType) As String

Parameters

Returns

Applies to

Implicit(String to MetricAggregationType)

Implicit operator to convert string to MetricAggregationType

public static implicit operator Microsoft.Azure.Management.VideoAnalyzer.Models.MetricAggregationType (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.MetricAggregationType
Public Shared Widening Operator CType (value As String) As MetricAggregationType

Parameters

value
String

Returns

Applies to