PostgreSqlMigrationCancel.Implicit Operator

Definition

Overloads

Implicit(String to PostgreSqlMigrationCancel)

Source:
PostgreSqlMigrationCancel.cs
Source:
PostgreSqlMigrationCancel.cs

Converts a string to a PostgreSqlMigrationCancel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PostgreSqlMigrationCancel>)

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

Parameters

value
String

Returns

Applies to