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

378 строки
34 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.BillingRequests"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests"
name: "BillingRequests"
nameWithType: "BillingRequests"
summary: "Resource collection API of Billing<wbr>Requests."
syntax: "public interface **BillingRequests**"
methods:
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.createOrUpdate(java.lang.String,com.azure.resourcemanager.billing.fluent.models.BillingRequestInner)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.createOrUpdate(String billingRequestName, BillingRequestInner parameters)"
name: "createOrUpdate(String billingRequestName, BillingRequestInner parameters)"
nameWithType: "BillingRequests.createOrUpdate(String billingRequestName, BillingRequestInner parameters)"
summary: "Create or update a billing request."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing request."
name: "billingRequestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A request submitted by a user to manage billing. Users with an owner role on the scope can\n approve or decline these requests."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.BillingRequestInner?alt=com.azure.resourcemanager.billing.fluent.models.BillingRequestInner&text=BillingRequestInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract BillingRequest createOrUpdate(String billingRequestName, BillingRequestInner parameters)"
desc: "Create or update a billing request."
returns:
description: "a request submitted by a user to manage billing."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.createOrUpdate(java.lang.String,com.azure.resourcemanager.billing.fluent.models.BillingRequestInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.createOrUpdate(String billingRequestName, BillingRequestInner parameters, Context context)"
name: "createOrUpdate(String billingRequestName, BillingRequestInner parameters, Context context)"
nameWithType: "BillingRequests.createOrUpdate(String billingRequestName, BillingRequestInner parameters, Context context)"
summary: "Create or update a billing request."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing request."
name: "billingRequestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A request submitted by a user to manage billing. Users with an owner role on the scope can\n approve or decline these requests."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.BillingRequestInner?alt=com.azure.resourcemanager.billing.fluent.models.BillingRequestInner&text=BillingRequestInner\" data-throw-if-not-resolved=\"False\" />"
- 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 BillingRequest createOrUpdate(String billingRequestName, BillingRequestInner parameters, Context context)"
desc: "Create or update a billing request."
returns:
description: "a request submitted by a user to manage billing."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.get(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.get(String billingRequestName)"
name: "get(String billingRequestName)"
nameWithType: "BillingRequests.get(String billingRequestName)"
summary: "Gets a billing request by its ID."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing request."
name: "billingRequestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BillingRequest get(String billingRequestName)"
desc: "Gets a billing request by its ID."
returns:
description: "a billing request by its ID."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.getWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.getWithResponse(String billingRequestName, Context context)"
name: "getWithResponse(String billingRequestName, Context context)"
nameWithType: "BillingRequests.getWithResponse(String billingRequestName, Context context)"
summary: "Gets a billing request by its ID."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing request."
name: "billingRequestName"
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<BillingRequest> getWithResponse(String billingRequestName, Context context)"
desc: "Gets a billing request by its ID."
returns:
description: "a billing request by its ID 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "BillingRequests.listByBillingAccount(String billingAccountName)"
summary: "The list of billing requests submitted for 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<BillingRequest> listByBillingAccount(String billingAccountName)"
desc: "The list of billing requests submitted for the billing account."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByBillingAccount(java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByBillingAccount(String billingAccountName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByBillingAccount(String billingAccountName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "BillingRequests.listByBillingAccount(String billingAccountName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "The list of billing requests submitted for 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 top query option requests the number of items in the queried collection to be included in the\n result. The maximum supported value for top is 50."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The skip query option requests the number of items in the queried collection that are to be skipped\n and not included in the result."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The count query option allows clients to request a count of the matching resources included with the\n resources in the response."
name: "count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The search query option allows clients to request items within a collection matching a free-text\n search expression. search is only supported for string fields."
name: "search"
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 PagedIterable<BillingRequest> listByBillingAccount(String billingAccountName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "The list of billing requests submitted for the billing account."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByBillingProfile(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByBillingProfile(String billingAccountName, String billingProfileName)"
name: "listByBillingProfile(String billingAccountName, String billingProfileName)"
nameWithType: "BillingRequests.listByBillingProfile(String billingAccountName, String billingProfileName)"
summary: "The list of billing requests submitted for the billing profile."
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 ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<BillingRequest> listByBillingProfile(String billingAccountName, String billingProfileName)"
desc: "The list of billing requests submitted for the billing profile."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByBillingProfile(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByBillingProfile(String billingAccountName, String billingProfileName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByBillingProfile(String billingAccountName, String billingProfileName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "BillingRequests.listByBillingProfile(String billingAccountName, String billingProfileName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "The list of billing requests submitted for the billing profile."
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 ID that uniquely identifies a billing profile."
name: "billingProfileName"
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 top query option requests the number of items in the queried collection to be included in the\n result. The maximum supported value for top is 50."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The skip query option requests the number of items in the queried collection that are to be skipped\n and not included in the result."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The count query option allows clients to request a count of the matching resources included with the\n resources in the response."
name: "count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The search query option allows clients to request items within a collection matching a free-text\n search expression. search is only supported for string fields."
name: "search"
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 PagedIterable<BillingRequest> listByBillingProfile(String billingAccountName, String billingProfileName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "The list of billing requests submitted for the billing profile."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByCustomer(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByCustomer(String billingAccountName, String billingProfileName, String customerName)"
name: "listByCustomer(String billingAccountName, String billingProfileName, String customerName)"
nameWithType: "BillingRequests.listByCustomer(String billingAccountName, String billingProfileName, String customerName)"
summary: "The list of billing requests submitted for the customer."
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 ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<BillingRequest> listByCustomer(String billingAccountName, String billingProfileName, String customerName)"
desc: "The list of billing requests submitted for the customer."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByCustomer(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByCustomer(String billingAccountName, String billingProfileName, String customerName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByCustomer(String billingAccountName, String billingProfileName, String customerName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "BillingRequests.listByCustomer(String billingAccountName, String billingProfileName, String customerName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "The list of billing requests submitted for the customer."
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 ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
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 top query option requests the number of items in the queried collection to be included in the\n result. The maximum supported value for top is 50."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The skip query option requests the number of items in the queried collection that are to be skipped\n and not included in the result."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The count query option allows clients to request a count of the matching resources included with the\n resources in the response."
name: "count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The search query option allows clients to request items within a collection matching a free-text\n search expression. search is only supported for string fields."
name: "search"
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 PagedIterable<BillingRequest> listByCustomer(String billingAccountName, String billingProfileName, String customerName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "The list of billing requests submitted for the customer."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByInvoiceSection(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName)"
name: "listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName)"
nameWithType: "BillingRequests.listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName)"
summary: "The list of billing requests submitted for the invoice section."
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 ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies an invoice section."
name: "invoiceSectionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<BillingRequest> listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName)"
desc: "The list of billing requests submitted for the invoice section."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByInvoiceSection(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "BillingRequests.listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "The list of billing requests submitted for the invoice section."
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 ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies an invoice section."
name: "invoiceSectionName"
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 top query option requests the number of items in the queried collection to be included in the\n result. The maximum supported value for top is 50."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The skip query option requests the number of items in the queried collection that are to be skipped\n and not included in the result."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The count query option allows clients to request a count of the matching resources included with the\n resources in the response."
name: "count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The search query option allows clients to request items within a collection matching a free-text\n search expression. search is only supported for string fields."
name: "search"
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 PagedIterable<BillingRequest> listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "The list of billing requests submitted for the invoice section."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByUser()"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByUser()"
name: "listByUser()"
nameWithType: "BillingRequests.listByUser()"
summary: "The list of billing requests submitted by a user."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<BillingRequest> listByUser()"
desc: "The list of billing requests submitted by a user."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRequests.listByUser(java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRequests.listByUser(String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByUser(String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "BillingRequests.listByUser(String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "The list of billing requests submitted by a user."
modifiers:
- "abstract"
parameters:
- 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 top query option requests the number of items in the queried collection to be included in the\n result. The maximum supported value for top is 50."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The skip query option requests the number of items in the queried collection that are to be skipped\n and not included in the result."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "The count query option allows clients to request a count of the matching resources included with the\n resources in the response."
name: "count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The search query option allows clients to request items within a collection matching a free-text\n search expression. search is only supported for string fields."
name: "search"
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 PagedIterable<BillingRequest> listByUser(String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "The list of billing requests submitted by a user."
returns:
description: "a container for a list of resources 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.BillingRequest?alt=com.azure.resourcemanager.billing.models.BillingRequest&text=BillingRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of BillingRequests."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0