PostgreSqlMigrationState.Implicit Operator

Definition

Overloads

Implicit(String to PostgreSqlMigrationState)

Source:
PostgreSqlMigrationState.cs
Source:
PostgreSqlMigrationState.cs

Converts a string to a PostgreSqlMigrationState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PostgreSqlMigrationState>)

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

Parameters

value
String

Returns

Applies to