azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

102 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.ReservationOrders"
fullName: "com.azure.resourcemanager.billing.models.ReservationOrders"
name: "ReservationOrders"
nameWithType: "ReservationOrders"
summary: "Resource collection API of Reservation<wbr>Orders."
syntax: "public interface **ReservationOrders**"
methods:
- uid: "com.azure.resourcemanager.billing.models.ReservationOrders.getByBillingAccount(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.ReservationOrders.getByBillingAccount(String billingAccountName, String reservationOrderId)"
name: "getByBillingAccount(String billingAccountName, String reservationOrderId)"
nameWithType: "ReservationOrders.getByBillingAccount(String billingAccountName, String reservationOrderId)"
summary: "Get a specific Reservation<wbr>Order in the billing account."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Order Id of the reservation."
name: "reservationOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ReservationOrder getByBillingAccount(String billingAccountName, String reservationOrderId)"
desc: "Get a specific ReservationOrder in the billing account. Get the details of the ReservationOrder in the billing account."
returns:
description: "the details of the ReservationOrder in the billing account."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationOrder?alt=com.azure.resourcemanager.billing.models.ReservationOrder&text=ReservationOrder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.ReservationOrders.getByBillingAccountWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.ReservationOrders.getByBillingAccountWithResponse(String billingAccountName, String reservationOrderId, String expand, Context context)"
name: "getByBillingAccountWithResponse(String billingAccountName, String reservationOrderId, String expand, Context context)"
nameWithType: "ReservationOrders.getByBillingAccountWithResponse(String billingAccountName, String reservationOrderId, String expand, Context context)"
summary: "Get a specific Reservation<wbr>Order in the billing account."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Order Id of the reservation."
name: "reservationOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "May be used to expand the detail information of some properties."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ReservationOrder> getByBillingAccountWithResponse(String billingAccountName, String reservationOrderId, String expand, Context context)"
desc: "Get a specific ReservationOrder in the billing account. Get the details of the ReservationOrder in the billing account."
returns:
description: "the details of the ReservationOrder in the billing account along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.ReservationOrder?alt=com.azure.resourcemanager.billing.models.ReservationOrder&text=ReservationOrder\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.ReservationOrders.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.ReservationOrders.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "ReservationOrders.listByBillingAccount(String billingAccountName)"
summary: "Get all \\`Reservation<wbr>Orders in the billing account."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ReservationOrder> listByBillingAccount(String billingAccountName)"
desc: "Get all \\`ReservationOrders in the billing account. List all the \\`ReservationOrders in the billing account."
returns:
description: "list of ReservationOrders as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.ReservationOrder?alt=com.azure.resourcemanager.billing.models.ReservationOrder&text=ReservationOrder\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.ReservationOrders.listByBillingAccount(java.lang.String,java.lang.String,java.lang.String,java.lang.Float,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.ReservationOrders.listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Context context)"
name: "listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Context context)"
nameWithType: "ReservationOrders.listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Context context)"
summary: "Get all \\`Reservation<wbr>Orders in the billing account."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter query option allows clients to filter a collection of resources that are addressed by a\n request URL."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The orderby query option allows clients to request resources in a particular order."
name: "orderBy"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The number of reservations to skip from the list before returning results."
name: "skiptoken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ReservationOrder> listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Context context)"
desc: "Get all \\`ReservationOrders in the billing account. List all the \\`ReservationOrders in the billing account."
returns:
description: "list of ReservationOrders as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.ReservationOrder?alt=com.azure.resourcemanager.billing.models.ReservationOrder&text=ReservationOrder\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ReservationOrders."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0