Share via


IExtensionValueProperties Interface

Definition

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

Properties

ExtensionType

The type of the Extension being received.

Publisher

The publisher of the Extension being received.

Version

The version of the Extension being received.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to