Condividi tramite


GeoRedundantBackupEnum.Implicit Operator

Definition

Overloads

Implicit(GeoRedundantBackupEnum to String)

Implicit operator to convert GeoRedundantBackupEnum to string

Implicit(String to GeoRedundantBackupEnum)

Implicit operator to convert string to GeoRedundantBackupEnum

Implicit(GeoRedundantBackupEnum to String)

Implicit operator to convert GeoRedundantBackupEnum to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum -> string
Public Shared Widening Operator CType (e As GeoRedundantBackupEnum) As String

Parameters

e
GeoRedundantBackupEnum

the value to convert to an instance of GeoRedundantBackupEnum.

Returns

Applies to

Implicit(String to GeoRedundantBackupEnum)

Implicit operator to convert string to GeoRedundantBackupEnum

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum
Public Shared Widening Operator CType (value As String) As GeoRedundantBackupEnum

Parameters

value
String

the value to convert to an instance of GeoRedundantBackupEnum.

Returns

Applies to