LogCollectionLevel.Implicit Operator

Definition

Overloads

Implicit(LogCollectionLevel to String)

Implicit operator to convert LogCollectionLevel to string

Implicit(String to LogCollectionLevel)

Implicit operator to convert string to LogCollectionLevel

Implicit(LogCollectionLevel to String)

Implicit operator to convert LogCollectionLevel to string

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

Parameters

e
LogCollectionLevel

the value to convert to an instance of LogCollectionLevel.

Returns

Applies to

Implicit(String to LogCollectionLevel)

Implicit operator to convert string to LogCollectionLevel

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

Parameters

value
String

the value to convert to an instance of LogCollectionLevel.

Returns

Applies to