Compartir a través de


ExtensionValue Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ExtensionValueTypeConverter))]
public class ExtensionValue : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionValue, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ExtensionValueTypeConverter))>]
type ExtensionValue = class
    interface IExtensionValue
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class ExtensionValue
Implements IExtensionValue, IValidates
Inheritance
ExtensionValue
Attributes
Implements

Constructors

ExtensionValue()

Properties

ExtensionType
Id
Name
Publisher
ResourceGroupName
SystemDataCreatedAt
SystemDataCreatedBy
SystemDataCreatedByType
SystemDataLastModifiedAt
SystemDataLastModifiedBy
SystemDataLastModifiedByType
Type
Version

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
Validate(IEventListener)

Applies to