IConfigMap.KeyValuePair Property

Definition

The key value pairs dictionary in the config map.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The key value pairs dictionary in the config map.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IConfigMapKeyValuePairs) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyValuePairs", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IConfigMapKeyValuePairs KeyValuePair { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The key value pairs dictionary in the config map.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IConfigMapKeyValuePairs) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyValuePairs", Update=true)>]
member this.KeyValuePair : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IConfigMapKeyValuePairs with get, set
Public Property KeyValuePair As IConfigMapKeyValuePairs

Property Value

Attributes

Applies to