ImpactIncidentSource.Implicit Operator

Definition

Overloads

Implicit(String to ImpactIncidentSource)

Source:
ImpactIncidentSource.cs

Converts a string to a ImpactIncidentSource.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ImpactIncidentSource>)

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

Parameters

value
String

Returns

Applies to