RegularPriorityAllocationStrategy.Implicit Operator

Definition

Overloads

Implicit(String to RegularPriorityAllocationStrategy)

Source:
RegularPriorityAllocationStrategy.cs
Source:
RegularPriorityAllocationStrategy.cs

Converts a string to a RegularPriorityAllocationStrategy.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<RegularPriorityAllocationStrategy>)

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

Parameters

value
String

Returns

Applies to