TroubleshooterValidationScope.Implicit Operator

Definition

Overloads

Implicit(String to TroubleshooterValidationScope)

Source:
TroubleshooterValidationScope.cs

Converts a string to a TroubleshooterValidationScope.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<TroubleshooterValidationScope>)

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

Parameters

value
String

Returns

Applies to