AppConfigurationSnapshotData.CompositionType Property
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 Azure.ResourceManager.AppConfiguration.Models.SnapshotCompositionType? CompositionType { get; set; }
member this.CompositionType : Nullable<Azure.ResourceManager.AppConfiguration.Models.SnapshotCompositionType> with get, set
Public Property CompositionType As Nullable(Of SnapshotCompositionType)
Property Value
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET