ProxyAgentExecuteMode.Implicit Operator

Definition

Overloads

Implicit(String to ProxyAgentExecuteMode)

Source:
ProxyAgentExecuteMode.cs
Source:
ProxyAgentExecuteMode.cs

Converts a string to a ProxyAgentExecuteMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProxyAgentExecuteMode>)

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

Parameters

value
String

Returns

Applies to