ReservationOrderOperationsExtensions.List(IReservationOrderOperations) Method
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.
Get all ReservationOrder
s.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Reservations.Models.ReservationOrderResponse> List (this Microsoft.Azure.Management.Reservations.IReservationOrderOperations operations);
static member List : Microsoft.Azure.Management.Reservations.IReservationOrderOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Reservations.Models.ReservationOrderResponse>
<Extension()>
Public Function List (operations As IReservationOrderOperations) As IPage(Of ReservationOrderResponse)
Parameters
- operations
- IReservationOrderOperations
The operations group for this extension method.
Returns
Remarks
List of all the `ReservationOrder`s that the user has access to in the current tenant.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET