你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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