SnapshotComposition Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label.
public readonly struct SnapshotComposition : IEquatable<Azure.Data.AppConfiguration.SnapshotComposition>
type SnapshotComposition = struct
Public Structure SnapshotComposition
Implements IEquatable(Of SnapshotComposition)
- Inheritance
-
SnapshotComposition
- Implements
Constructors
SnapshotComposition(String) |
Initializes a new instance of SnapshotComposition. |
Properties
Key |
The 'key' composition type ensures there are no two key-values containing the same key. |
KeyLabel |
The 'key_label' composition type ensures there are no two key-values containing the same key and label. |
Methods
Equals(SnapshotComposition) |
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
Equality(SnapshotComposition, SnapshotComposition) |
Determines if two SnapshotComposition values are the same. |
Implicit(String to SnapshotComposition) |
Converts a string to a SnapshotComposition. |
Inequality(SnapshotComposition, SnapshotComposition) |
Determines if two SnapshotComposition values are not the same. |
Applies to
Azure SDK for .NET