Share via


IConfigurationInfo Interface

Definition

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

Properties

Name Description
Name

Name of the configuration.

Version

Version of the configuration.

Methods

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

Applies to