SnapshotUpdateParameters Class

Definition

Parameters used to update a snapshot.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.SnapshotUpdateParametersTypeConverter))]
public class SnapshotUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ISnapshotUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.SnapshotUpdateParametersTypeConverter))>]
type SnapshotUpdateParameters = class
    interface ISnapshotUpdateParameters
    interface IJsonSerializable
Public Class SnapshotUpdateParameters
Implements ISnapshotUpdateParameters
Inheritance
SnapshotUpdateParameters
Attributes
Implements

Constructors

Name Description
SnapshotUpdateParameters()

Creates an new SnapshotUpdateParameters instance.

Properties

Name Description
Status

The desired status of the snapshot.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SnapshotUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SnapshotUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ISnapshotUpdateParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SnapshotUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to