ISnapshot.CompositionType Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.PSArgumentCompleter(new System.String[] { "key", "key_label" })]
[Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="composition_type", Update=true)]
public string CompositionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.PSArgumentCompleter(new System.String[] { "key", "key_label" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="composition_type", Update=true)>]
member this.CompositionType : string with get, set
Public Property CompositionType As String

Property Value

Attributes

Applies to