SnapshotRestoreRequest Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRestoreRequestTypeConverter))]
public class SnapshotRestoreRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRestoreRequestTypeConverter))>]
type SnapshotRestoreRequest = class
    interface ISnapshotRestoreRequest
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class SnapshotRestoreRequest
Implements ISnapshotRestoreRequest, IValidates
Inheritance
SnapshotRestoreRequest
Attributes
Implements

Constructors

SnapshotRestoreRequest()

Properties

Id
IgnoreConflictingHostName
Kind
Name
Overwrite
RecoverConfiguration
RecoverySourceId
RecoverySourceLocation
SnapshotTime
Type
UseDrSecondary

Methods

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

Applies to