Condividi tramite


AutoUserScope.Implicit Operator

Definition

Overloads

Implicit(String to AutoUserScope)

Source:
AutoUserScope.cs

Converts a string to a AutoUserScope.

public static implicit operator Azure.Compute.Batch.AutoUserScope(string value);
static member op_Implicit : string -> Azure.Compute.Batch.AutoUserScope
Public Shared Widening Operator CType (value As String) As AutoUserScope

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AutoUserScope>)

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

Parameters

value
String

Returns

Applies to