GranularityLevel Struct

Definition

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

Constructors

Name Description
GranularityLevel(String)

Initializes a new instance of GranularityLevel.

Properties

Name Description
ProtectedItemLevel

Gets the ProtectedItemLevel.

ProtectedItemWithParentTag

Gets the ProtectedItemWithParentTag.

VaultLevel

Gets the VaultLevel.

Methods

Name Description
Equals(GranularityLevel)

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

Determines if two GranularityLevel values are the same.

Implicit(String to GranularityLevel)

Converts a string to a GranularityLevel.

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

Determines if two GranularityLevel values are not the same.

Applies to