DestinationType.Implicit Operator

Definition

Overloads

Implicit(String to DestinationType)

Source:
DestinationType.cs

Converts a string to a DestinationType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DestinationType>)

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

Parameters

value
String

Returns

Applies to