Share via


SqVmBackupScheduleType Struct

Definition

Backup schedule type.

public readonly struct SqVmBackupScheduleType : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqVmBackupScheduleType>
type SqVmBackupScheduleType = struct
Public Structure SqVmBackupScheduleType
Implements IEquatable(Of SqVmBackupScheduleType)
Inheritance
SqVmBackupScheduleType
Implements

Constructors

SqVmBackupScheduleType(String)

Initializes a new instance of SqVmBackupScheduleType.

Properties

Automated

Automated.

Manual

Manual.

Methods

Equals(SqVmBackupScheduleType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SqVmBackupScheduleType, SqVmBackupScheduleType)

Determines if two SqVmBackupScheduleType values are the same.

Implicit(String to SqVmBackupScheduleType)

Converts a string to a SqVmBackupScheduleType.

Inequality(SqVmBackupScheduleType, SqVmBackupScheduleType)

Determines if two SqVmBackupScheduleType values are not the same.

Applies to