Export Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |