PostgreSqlFlexibleServerZoneRedundantHaSupported.Implicit Operator

Definition

Overloads

Implicit(String to PostgreSqlFlexibleServerZoneRedundantHaSupported)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PostgreSqlFlexibleServerZoneRedundantHaSupported>)

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

Parameters

value
String

Returns

Applies to