Share via


IOrderItemResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderItemResourceTypeConverter))]
public interface IOrderItemResource : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderItemResourceTypeConverter))>]
type IOrderItemResource = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IOrderItemResource
Implements ITrackedResource
Derived
Attributes
Implements

Properties

ForwardAddressContactDetail

Contact details for the address

ForwardAddressShippingAddress

Shipping details for the address

ForwardAddressValidationStatus

Status of address validation

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
Name

The name of the resource

(Inherited from IResource)
OrderId

Id of the order to which order item belongs to

OrderItemDetail

Represents order item details.

ReturnAddressContactDetail

Contact details for the address

ReturnAddressShippingAddress

Shipping details for the address

ReturnAddressValidationStatus

Status of address validation

StartTime

Start time of order item

SystemData

Represents resource creation and update time

Tag

Resource tags.

(Inherited from ITrackedResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to