Share via


DevTestLabPolicyFactName.Implicit Operator

Definition

Overloads

Implicit(String to DevTestLabPolicyFactName)

Source:
DevTestLabPolicyFactName.cs
Source:
DevTestLabPolicyFactName.cs

Converts a string to a DevTestLabPolicyFactName.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DevTestLabPolicyFactName>)

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

Parameters

value
String

Returns

Applies to