ConfigurationExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes properties that can identify extensions.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ConfigurationExtensionTypeConverter))]
public class ConfigurationExtension : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.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.ConnectedMachine.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() |