Compartilhar via


Export Class

Definition

A property containing information about the blobs to be exported for an export job. This property is required for export jobs, but must not be specified for import jobs.

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

Constructors

Export()

Creates an new Export instance.

Properties

BlobListBlobPath

The relative URI to the block blob that contains the list of blob paths or blob path prefixes as defined above, beginning with the container name. If the blob is in root container, the URI must begin with $root.

BlobListBlobPathPrefix

A collection of blob-prefix strings.

BlobPath

A collection of blob-path strings.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Export.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Export.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Export into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to