Compartilhar via


IConfigMap Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ConfigMapTypeConverter))]
public interface IConfigMap : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ConfigMapTypeConverter))>]
type IConfigMap = interface
    interface IJsonSerializable
Public Interface IConfigMap
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
KeyValuePair

The key value pairs dictionary in the config map.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to