ComputeFleetCachingType.Implicit Operator

Definition

Overloads

Implicit(String to ComputeFleetCachingType)

Source:
ComputeFleetCachingType.cs
Source:
ComputeFleetCachingType.cs

Converts a string to a ComputeFleetCachingType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputeFleetCachingType>)

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

Parameters

value
String

Returns

Applies to