Condividi tramite


EnvironmentServerType.Implicit Operator

Definition

Overloads

Implicit(String to EnvironmentServerType)

Source:
EnvironmentServerType.cs
Source:
EnvironmentServerType.cs

Converts a string to a EnvironmentServerType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<EnvironmentServerType>)

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

Parameters

value
String

Returns

Applies to