Compartilhar via


IExport Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to