Freigeben über


ComputeScheduleAllocationStrategy.Implicit Operator

Definition

Overloads

Implicit(String to ComputeScheduleAllocationStrategy)

Source:
ComputeScheduleAllocationStrategy.cs

Converts a string to a ComputeScheduleAllocationStrategy.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputeScheduleAllocationStrategy>)

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

Parameters

value
String

Returns

Applies to