PostgreSqlMigrationMode.Implicit Operator

Definition

Overloads

Implicit(String to PostgreSqlMigrationMode)

Source:
PostgreSqlMigrationMode.cs
Source:
PostgreSqlMigrationMode.cs

Converts a string to a PostgreSqlMigrationMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PostgreSqlMigrationMode>)

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

Parameters

value
String

Returns

Applies to