Share via


BackupScheduleType.Implicit Operator

Definition

Overloads

Implicit(BackupScheduleType to String)

Implicit operator to convert BackupScheduleType to string

Implicit(String to BackupScheduleType)

Implicit operator to convert string to BackupScheduleType

Implicit(BackupScheduleType to String)

Implicit operator to convert BackupScheduleType to string

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

Parameters

e
BackupScheduleType

the value to convert to an instance of BackupScheduleType.

Returns

Applies to

Implicit(String to BackupScheduleType)

Implicit operator to convert string to BackupScheduleType

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

Parameters

value
String

the value to convert to an instance of BackupScheduleType.

Returns

Applies to