FrontDoorTimeSeriesInfoAggregationInterval.Implicit Operator

Definition

Overloads

Implicit(String to FrontDoorTimeSeriesInfoAggregationInterval)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FrontDoorTimeSeriesInfoAggregationInterval>)

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

Parameters

value
String

Returns

Applies to