Share via


GallerySharingPermissionTypes.Implicit Operator

Definition

Overloads

Implicit(GallerySharingPermissionTypes to String)

Implicit operator to convert GallerySharingPermissionTypes to string

Implicit(String to GallerySharingPermissionTypes)

Implicit operator to convert string to GallerySharingPermissionTypes

Implicit(GallerySharingPermissionTypes to String)

Implicit operator to convert GallerySharingPermissionTypes to string

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

Parameters

e
GallerySharingPermissionTypes

the value to convert to an instance of GallerySharingPermissionTypes.

Returns

Applies to

Implicit(String to GallerySharingPermissionTypes)

Implicit operator to convert string to GallerySharingPermissionTypes

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

Parameters

value
String

the value to convert to an instance of GallerySharingPermissionTypes.

Returns

Applies to