Share via


ConfigurationParameter Class

Definition

Represents a configuration parameter.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.ConfigurationParameterTypeConverter))]
public class ConfigurationParameter : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IConfigurationParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.ConfigurationParameterTypeConverter))>]
type ConfigurationParameter = class
    interface IConfigurationParameter
    interface IJsonSerializable
Public Class ConfigurationParameter
Implements IConfigurationParameter
Inheritance
ConfigurationParameter
Attributes
Implements

Constructors

Name Description
ConfigurationParameter()

Creates an new ConfigurationParameter instance.

Properties

Name Description
Name

Name of the configuration parameter.

Value

Value of the configuration parameter.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IConfigurationParameter.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to