你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IOrderItemResource 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.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) |