IExtensionValueProperties Interface
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.
[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) |