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.AppConfiguration.PSArgumentCompleter(new System.String[] { "Key", "Key_Label" })]
[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.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="compositionType", Update=true)]
public string CompositionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.PSArgumentCompleter(new System.String[] { "Key", "Key_Label" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.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="compositionType", Update=true)>]
member this.CompositionType : string with get, set
Public Property CompositionType As String

Property Value

Attributes

Applies to