AlertTimeGrainType.Implicit Operator

Definition

Overloads

Implicit(String to AlertTimeGrainType)

Source:
AlertTimeGrainType.cs

Converts a string to a AlertTimeGrainType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AlertTimeGrainType>)

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

Parameters

value
String

Returns

Applies to