你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConfigMap Class

Definition

The container config map.

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

Constructors

ConfigMap()

Creates an new ConfigMap instance.

Properties

KeyValuePair

The key value pairs dictionary in the config map.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigMap.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigMap.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMap.

FromJsonString(String)

Creates a new instance of ConfigMap, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigMap into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to