SpotAllocationStrategy.Implicit Operator

Definition

Overloads

Implicit(String to SpotAllocationStrategy)

Source:
SpotAllocationStrategy.cs
Source:
SpotAllocationStrategy.cs

Converts a string to a SpotAllocationStrategy.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SpotAllocationStrategy>)

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

Parameters

value
String

Returns

Applies to