Freigeben über


NetAppSnapshotUsage Struct

Definition

Manual backup using an already existing snapshot. This will always be CreateNewSnapshot for scheduled backups and UseExistingSnapshot/CreateNewSnapshot for manual backups.

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

Constructors

Name Description
NetAppSnapshotUsage(String)

Initializes a new instance of NetAppSnapshotUsage.

Properties

Name Description
CreateNewSnapshot

Value indicating a new snapshot is created.

UseExistingSnapshot

Value indicating an existing snapshot is used.

Methods

Name Description
Equals(NetAppSnapshotUsage)

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

Determines if two NetAppSnapshotUsage values are the same.

Implicit(String to NetAppSnapshotUsage)

Converts a String to a NetAppSnapshotUsage.

Inequality(NetAppSnapshotUsage, NetAppSnapshotUsage)

Determines if two NetAppSnapshotUsage values are not the same.

Applies to