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

ConfigurationExtension Class

Definition

Describes properties that can identify extensions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ConfigurationExtensionTypeConverter))]
public class ConfigurationExtension : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ConfigurationExtensionTypeConverter))>]
type ConfigurationExtension = class
    interface IConfigurationExtension
    interface IJsonSerializable
Public Class ConfigurationExtension
Implements IConfigurationExtension
Inheritance
ConfigurationExtension
Attributes
Implements

Constructors

ConfigurationExtension()

Creates an new ConfigurationExtension instance.

Properties

Publisher

Publisher of the extension.

Type

Type of the extension.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationExtension.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationExtension.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationExtension into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to