Compartilhar via


ExportBlobList Class

Definition

A list of the blobs to be exported.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ExportBlobListTypeConverter))]
public class ExportBlobList : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IExportBlobList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ExportBlobListTypeConverter))>]
type ExportBlobList = class
    interface IExportBlobList
    interface IJsonSerializable
Public Class ExportBlobList
Implements IExportBlobList
Inheritance
ExportBlobList
Attributes
Implements

Constructors

ExportBlobList()

Creates an new ExportBlobList instance.

Properties

BlobPath

A collection of blob-path strings.

BlobPathPrefix

A collection of blob-prefix strings.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExportBlobList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportBlobList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IExportBlobList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportBlobList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to