MarkDevicesShippedRequest 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.
The request body to provide the delivery package details of job
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.MarkDevicesShippedRequestTypeConverter))]
public class MarkDevicesShippedRequest : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IMarkDevicesShippedRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.MarkDevicesShippedRequestTypeConverter))>]
type MarkDevicesShippedRequest = class
interface IMarkDevicesShippedRequest
interface IJsonSerializable
Public Class MarkDevicesShippedRequest
Implements IMarkDevicesShippedRequest
- Inheritance
-
MarkDevicesShippedRequest
- Attributes
- Implements
Constructors
MarkDevicesShippedRequest() |
Creates an new MarkDevicesShippedRequest instance. |
Properties
DeliverToDcPackageDetailCarrierName |
Name of the carrier. |
DeliverToDcPackageDetailTrackingId |
Tracking Id of shipment. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MarkDevicesShippedRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MarkDevicesShippedRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IMarkDevicesShippedRequest. |
FromJsonString(String) |
Creates a new instance of MarkDevicesShippedRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MarkDevicesShippedRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |