PostgreSqlMigrationSubState.Implicit Operator

Definition

Overloads

Implicit(String to Nullable<PostgreSqlMigrationSubState>)

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

Parameters

value
String

Returns

Applies to

Implicit(String to PostgreSqlMigrationSubState)

Source:
PostgreSqlMigrationSubState.cs
Source:
PostgreSqlMigrationSubState.cs

Converts a string to a PostgreSqlMigrationSubState.

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

Parameters

value
String

The value.

Returns

Applies to