ElasticBackupType Struct

Definition

Type of backup.

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

Constructors

Name Description
ElasticBackupType(String)

Initializes a new instance of ElasticBackupType.

Properties

Name Description
Manual

Manual backup type.

Scheduled

Scheduled backup type.

Methods

Name Description
Equals(ElasticBackupType)

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

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ElasticBackupType, ElasticBackupType)

Determines if two ElasticBackupType values are the same.

Implicit(String to ElasticBackupType)

Converts a string to a ElasticBackupType.

Implicit(String to Nullable<ElasticBackupType>)
Inequality(ElasticBackupType, ElasticBackupType)

Determines if two ElasticBackupType values are not the same.

Applies to