Delen via


SharingUpdateOperationTypes.Implicit Operator

Definition

Overloads

Implicit(SharingUpdateOperationTypes to String)

Implicit operator to convert SharingUpdateOperationTypes to string

Implicit(String to SharingUpdateOperationTypes)

Implicit operator to convert string to SharingUpdateOperationTypes

Implicit(SharingUpdateOperationTypes to String)

Implicit operator to convert SharingUpdateOperationTypes to string

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

Parameters

e
SharingUpdateOperationTypes

the value to convert to an instance of SharingUpdateOperationTypes.

Returns

Applies to

Implicit(String to SharingUpdateOperationTypes)

Implicit operator to convert string to SharingUpdateOperationTypes

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

Parameters

value
String

the value to convert to an instance of SharingUpdateOperationTypes.

Returns

Applies to