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

Name Description
SqVmBackupScheduleType(String)

Initializes a new instance of SqVmBackupScheduleType.

Properties

Name Description
Automated

Gets the Automated.

Manual

Gets the Manual.

Methods

Name Description
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

Name Description
Equality(SqVmBackupScheduleType, SqVmBackupScheduleType)

Determines if two SqVmBackupScheduleType values are the same.

Implicit(String to Nullable<SqVmBackupScheduleType>)
Implicit(String to SqVmBackupScheduleType)

Converts a string to a SqVmBackupScheduleType.

Inequality(SqVmBackupScheduleType, SqVmBackupScheduleType)

Determines if two SqVmBackupScheduleType values are not the same.

Applies to