Condividi tramite


DevTestLabFileUploadOption.Implicit Operator

Definition

Overloads

Implicit(String to DevTestLabFileUploadOption)

Source:
DevTestLabFileUploadOption.cs
Source:
DevTestLabFileUploadOption.cs

Converts a string to a DevTestLabFileUploadOption.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DevTestLabFileUploadOption>)

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

Parameters

value
String

Returns

Applies to