Condividi tramite


SearchServiceComputeType.Implicit Operator

Definition

Overloads

Implicit(String to SearchServiceComputeType)

Source:
SearchServiceComputeType.cs
Source:
SearchServiceComputeType.cs

Converts a string to a SearchServiceComputeType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SearchServiceComputeType>)

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

Parameters

value
String

Returns

Applies to