ScheduledActionFileFormat.Implicit Operator

Definition

Overloads

Implicit(String to ScheduledActionFileFormat)

Source:
ScheduledActionFileFormat.cs

Converts a string to a ScheduledActionFileFormat.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ScheduledActionFileFormat>)

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

Parameters

value
String

Returns

Applies to