Udostępnij przez


SnapshotUsage 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 SnapshotUsage : IEquatable<Azure.ResourceManager.NetApp.Models.SnapshotUsage>
type SnapshotUsage = struct
Public Structure SnapshotUsage
Implements IEquatable(Of SnapshotUsage)
Inheritance
SnapshotUsage
Implements

Constructors

Name Description
SnapshotUsage(String)

Initializes a new instance of SnapshotUsage.

Properties

Name Description
CreateNewSnapshot

Value indicating a new snapshot is created.

UseExistingSnapshot

Value indicating an existing snapshot is used.

Methods

Name Description
Equals(SnapshotUsage)

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

Determines if two SnapshotUsage values are the same.

Implicit(String to SnapshotUsage)

Converts a String to a SnapshotUsage.

Inequality(SnapshotUsage, SnapshotUsage)

Determines if two SnapshotUsage values are not the same.

Applies to