IPackageInformation Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.PackageInformationTypeConverter))]
public interface IPackageInformation : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.PackageInformationTypeConverter))>]
type IPackageInformation = interface
interface IJsonSerializable
Public Interface IPackageInformation
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |