SnapshotCompositionType 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 SnapshotCompositionType : IEquatable<Azure.ResourceManager.AppConfiguration.Models.SnapshotCompositionType>
type SnapshotCompositionType = struct
Public Structure SnapshotCompositionType
Implements IEquatable(Of SnapshotCompositionType)
- Inheritance
-
SnapshotCompositionType
- Implements
Constructors
SnapshotCompositionType(String) |
Initializes a new instance of SnapshotCompositionType. |
Properties
Key |
Key. |
KeyLabel |
Key_Label. |
Methods
Equals(SnapshotCompositionType) |
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(SnapshotCompositionType, SnapshotCompositionType) |
Determines if two SnapshotCompositionType values are the same. |
Implicit(String to SnapshotCompositionType) |
Converts a String to a SnapshotCompositionType. |
Inequality(SnapshotCompositionType, SnapshotCompositionType) |
Determines if two SnapshotCompositionType values are not the same. |
Applies to
Azure SDK for .NET