Compartir a través de


ValidateForBackupRequest Class

Definition

Validate for backup request

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.ValidateForBackupRequestTypeConverter))]
public class ValidateForBackupRequest : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IValidateForBackupRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.ValidateForBackupRequestTypeConverter))>]
type ValidateForBackupRequest = class
    interface IValidateForBackupRequest
    interface IJsonSerializable
Public Class ValidateForBackupRequest
Implements IValidateForBackupRequest
Inheritance
ValidateForBackupRequest
Attributes
Implements

Constructors

Name Description
ValidateForBackupRequest()

Creates an new ValidateForBackupRequest instance.

Properties

Name Description
BackupInstance

Backup Instance

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ValidateForBackupRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ValidateForBackupRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IValidateForBackupRequest.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ValidateForBackupRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to