ElasticBackupVolumeSize Struct

Definition

Volume size for backup.

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

Constructors

Name Description
ElasticBackupVolumeSize(String)

Initializes a new instance of ElasticBackupVolumeSize.

Properties

Name Description
Large

Value indicating backup is for a large volume.

Regular

Value indicating backup is not for a large volume.

Methods

Name Description
Equals(ElasticBackupVolumeSize)

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(ElasticBackupVolumeSize, ElasticBackupVolumeSize)

Determines if two ElasticBackupVolumeSize values are the same.

Implicit(String to ElasticBackupVolumeSize)

Converts a string to a ElasticBackupVolumeSize.

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

Determines if two ElasticBackupVolumeSize values are not the same.

Applies to