SharingProfileGroupTypes.Implicit Operator

Definition

Overloads

Implicit(SharingProfileGroupTypes to String)

Implicit operator to convert SharingProfileGroupTypes to string

Implicit(String to SharingProfileGroupTypes)

Implicit operator to convert string to SharingProfileGroupTypes

Implicit(SharingProfileGroupTypes to String)

Implicit operator to convert SharingProfileGroupTypes to string

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

Parameters

e
SharingProfileGroupTypes

the value to convert to an instance of SharingProfileGroupTypes.

Returns

Applies to

Implicit(String to SharingProfileGroupTypes)

Implicit operator to convert string to SharingProfileGroupTypes

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

Parameters

value
String

the value to convert to an instance of SharingProfileGroupTypes.

Returns

Applies to