TimeAggregationType.Implicit Operator

Definition

Overloads

Implicit(TimeAggregationType to String)

Implicit operator to convert TimeAggregationType to string

Implicit(String to TimeAggregationType)

Implicit operator to convert string to TimeAggregationType

Implicit(TimeAggregationType to String)

Implicit operator to convert TimeAggregationType to string

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

Parameters

e
TimeAggregationType

the value to convert to an instance of TimeAggregationType.

Returns

Applies to

Implicit(String to TimeAggregationType)

Implicit operator to convert string to TimeAggregationType

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

Parameters

value
String

the value to convert to an instance of TimeAggregationType.

Returns

Applies to