Share via


BlobBackupDatasourceParameters Class

Definition

Parameters to be used during configuration of backup of blobs

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BlobBackupDatasourceParametersTypeConverter))]
public class BlobBackupDatasourceParameters : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBlobBackupDatasourceParameters, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BlobBackupDatasourceParametersTypeConverter))>]
type BlobBackupDatasourceParameters = class
    interface IBlobBackupDatasourceParameters
    interface IJsonSerializable
    interface IBackupDatasourceParameters
    interface IValidates
Public Class BlobBackupDatasourceParameters
Implements IBlobBackupDatasourceParameters, IValidates
Inheritance
BlobBackupDatasourceParameters
Attributes
Implements

Constructors

BlobBackupDatasourceParameters()

Creates an new BlobBackupDatasourceParameters instance.

Properties

ContainersList

List of containers to be backed up during configuration of backup of blobs

ObjectType

Type of the specific object - used for deserializing

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobBackupDatasourceParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobBackupDatasourceParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBlobBackupDatasourceParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BlobBackupDatasourceParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to