Condividi tramite


DevTestLabHostCachingOption.Implicit Operator

Definition

Overloads

Implicit(String to DevTestLabHostCachingOption)

Source:
DevTestLabHostCachingOption.cs
Source:
DevTestLabHostCachingOption.cs

Converts a string to a DevTestLabHostCachingOption.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DevTestLabHostCachingOption>)

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

Parameters

value
String

Returns

Applies to