DeliveryPackageInformation 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.
Contains information about the delivery package being shipped by the customer to the Microsoft data center.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.DeliveryPackageInformationTypeConverter))]
public class DeliveryPackageInformation : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDeliveryPackageInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.DeliveryPackageInformationTypeConverter))>]
type DeliveryPackageInformation = class
interface IDeliveryPackageInformation
interface IJsonSerializable
Public Class DeliveryPackageInformation
Implements IDeliveryPackageInformation
- Inheritance
-
DeliveryPackageInformation
- Attributes
- Implements
Constructors
DeliveryPackageInformation() |
Creates an new DeliveryPackageInformation 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 DeliveryPackageInformation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeliveryPackageInformation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDeliveryPackageInformation. |
FromJsonString(String) |
Creates a new instance of DeliveryPackageInformation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeliveryPackageInformation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |