ComputeScheduleDistributionStrategy.Implicit Operator

Definition

Overloads

Implicit(String to ComputeScheduleDistributionStrategy)

Source:
ComputeScheduleDistributionStrategy.cs

Converts a string to a ComputeScheduleDistributionStrategy.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputeScheduleDistributionStrategy>)

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

Parameters

value
String

Returns

Applies to