MigrationDbState.Implicit Operator

Definition

Overloads

Implicit(String to MigrationDbState)

Source:
MigrationDbState.cs
Source:
MigrationDbState.cs

Converts a string to a MigrationDbState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MigrationDbState>)

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

Parameters

value
String

Returns

Applies to