Compartilhar via


PackageInformation Class

Definition

Contains information about the package being shipped by the customer to the Microsoft data center.

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

Constructors

PackageInformation()

Creates an new PackageInformation instance.

Properties

CarrierName

The name of the carrier that is used to ship the import or export drives.

DriveCount

The number of drives included in the package.

ShipDate

The date when the package is shipped.

TrackingNumber

The tracking number of the package.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PackageInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PackageInformation.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PackageInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to