Get-PartnerCustomerOrder
获取特定订单或指定客户的订单列表。
语法
Get-PartnerCustomerOrder
-BillingCycle <BillingCycleType>
-CustomerId <String>
[-IncludePrice]
[<CommonParameters>]
Get-PartnerCustomerOrder
-CustomerId <String>
[-IncludePrice]
[<CommonParameters>]
Get-PartnerCustomerOrder
-CustomerId <String>
[-IncludePrice]
-OrderId <String>
[<CommonParameters>]
说明
获取特定订单或指定客户的订单列表。
示例
示例 1
PS C:\> Get-PartnerCustomerOrder -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -BillingCycle Monthly
获取具有指定客户的每月计费周期类型的订单列表。
示例 1
PS C:\> Get-PartnerCustomerOrder -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08
获取指定客户的订单列表。
参数
-BillingCycle
指示计费周期的类型。
类型: | BillingCycleType |
接受的值: | Annual, Monthly, None, OneTime, Unknown |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-CustomerId
客户的标识符。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-IncludePrice
一个标志,指示是否在订单信息中包含定价详细信息。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-OrderId
订单的标识符。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
Microsoft.Store.PartnerCenter.PowerShell.Models.Orders.PSOrder