BackupScheduleType Struct

Definition

Backup schedule type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleTypeTypeConverter))]
public struct BackupScheduleType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleTypeTypeConverter))>]
type BackupScheduleType = struct
    interface IArgumentCompleter
Public Structure BackupScheduleType
Implements IArgumentCompleter, IEquatable(Of BackupScheduleType)
Inheritance
BackupScheduleType
Attributes
Implements

Fields

Automated
Manual

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(BackupScheduleType)

Compares values of enum type BackupScheduleType

Equals(Object)

Compares values of enum type BackupScheduleType (override for Object)

GetHashCode()

Returns hashCode for enum BackupScheduleType

ToString()

Returns string representation for BackupScheduleType

Operators

Equality(BackupScheduleType, BackupScheduleType)

Overriding == operator for enum BackupScheduleType

Implicit(BackupScheduleType to String)

Implicit operator to convert BackupScheduleType to string

Implicit(String to BackupScheduleType)

Implicit operator to convert string to BackupScheduleType

Inequality(BackupScheduleType, BackupScheduleType)

Overriding != operator for enum BackupScheduleType

Applies to