EdgeActionVersionPropertiesUpdate Class

Definition

Represents an edge action version

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.EdgeActionVersionPropertiesUpdateTypeConverter))]
public class EdgeActionVersionPropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.IEdgeActionVersionPropertiesUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.EdgeActionVersionPropertiesUpdateTypeConverter))>]
type EdgeActionVersionPropertiesUpdate = class
    interface IEdgeActionVersionPropertiesUpdate
    interface IJsonSerializable
Public Class EdgeActionVersionPropertiesUpdate
Implements IEdgeActionVersionPropertiesUpdate
Inheritance
EdgeActionVersionPropertiesUpdate
Attributes
Implements

Constructors

Name Description
EdgeActionVersionPropertiesUpdate()

Creates an new EdgeActionVersionPropertiesUpdate instance.

Properties

Name Description
DeploymentType

The deployment type

IsDefaultVersion

The active state

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EdgeActionVersionPropertiesUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EdgeActionVersionPropertiesUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.IEdgeActionVersionPropertiesUpdate.

FromJsonString(String)

Creates a new instance of EdgeActionVersionPropertiesUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EdgeActionVersionPropertiesUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to