Condividi tramite


NetAppBackupVolumeSize Struct

Definition

Volume size for backup.

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

Constructors

Name Description
NetAppBackupVolumeSize(String)

Initializes a new instance of NetAppBackupVolumeSize.

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(NetAppBackupVolumeSize)

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

Determines if two NetAppBackupVolumeSize values are the same.

Implicit(String to NetAppBackupVolumeSize)

Converts a String to a NetAppBackupVolumeSize.

Inequality(NetAppBackupVolumeSize, NetAppBackupVolumeSize)

Determines if two NetAppBackupVolumeSize values are not the same.

Applies to