GallerySharingPermissionType.Implicit Operator

Definition

Overloads

Implicit(String to GallerySharingPermissionType)

Source:
GallerySharingPermissionType.cs
Source:
GallerySharingPermissionType.cs

Converts a string to a GallerySharingPermissionType.

public static implicit operator Azure.ResourceManager.Compute.Models.GallerySharingPermissionType(string value);
static member op_Implicit : string -> Azure.ResourceManager.Compute.Models.GallerySharingPermissionType
Public Shared Widening Operator CType (value As String) As GallerySharingPermissionType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<GallerySharingPermissionType>)

Source:
GallerySharingPermissionType.cs
public static implicit operator Azure.ResourceManager.Compute.Models.GallerySharingPermissionType?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.Compute.Models.GallerySharingPermissionType>
Public Shared Widening Operator CType (value As String) As Nullable(Of GallerySharingPermissionType)

Parameters

value
String

Returns

Applies to