Share via


FullBackupFrequencyType.Implicit Operator

Definition

Overloads

Implicit(FullBackupFrequencyType to String)

Implicit operator to convert FullBackupFrequencyType to string

Implicit(String to FullBackupFrequencyType)

Implicit operator to convert string to FullBackupFrequencyType

Implicit(FullBackupFrequencyType to String)

Implicit operator to convert FullBackupFrequencyType to string

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

Parameters

e
FullBackupFrequencyType

the value to convert to an instance of FullBackupFrequencyType.

Returns

Applies to

Implicit(String to FullBackupFrequencyType)

Implicit operator to convert string to FullBackupFrequencyType

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

Parameters

value
String

the value to convert to an instance of FullBackupFrequencyType.

Returns

Applies to