OrdersOperations interface

Interface representing a Orders operations.

Properties

get

Get an order.

listByResourceGroup

List orders at resource group level.

listBySubscription

List orders at subscription level.

Property Details

get

Get an order.

get: (resourceGroupName: string, location: string, orderName: string, options?: OrdersGetOptionalParams) => Promise<OrderResource>

Property Value

(resourceGroupName: string, location: string, orderName: string, options?: OrdersGetOptionalParams) => Promise<OrderResource>

listByResourceGroup

List orders at resource group level.

listByResourceGroup: (resourceGroupName: string, options?: OrdersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OrderResource, OrderResource[], PageSettings>

Property Value

(resourceGroupName: string, options?: OrdersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OrderResource, OrderResource[], PageSettings>

listBySubscription

List orders at subscription level.

listBySubscription: (options?: OrdersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OrderResource, OrderResource[], PageSettings>

Property Value

(options?: OrdersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OrderResource, OrderResource[], PageSettings>