AggregationType.Implicit Operator

Definition

Overloads

Implicit(AggregationType to String)
Implicit(String to AggregationType)

Implicit(AggregationType to String)

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

Parameters

Returns

String

Applies to

Implicit(String to AggregationType)

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

Parameters

value
String

Returns

AggregationType

Applies to