ComputeFleetOperatingSystemType.Implicit Operator

Definition

Overloads

Implicit(String to ComputeFleetOperatingSystemType)

Source:
ComputeFleetOperatingSystemType.cs
Source:
ComputeFleetOperatingSystemType.cs

Converts a string to a ComputeFleetOperatingSystemType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputeFleetOperatingSystemType>)

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

Parameters

value
String

Returns

Applies to