Share via


ValidateForBackupRequest Class

Definition

Validate for backup request

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

Constructors

ValidateForBackupRequest()

Creates an new ValidateForBackupRequest instance.

Properties

BackupInstance

Backup Instance

Methods

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.Api20240401.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