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

220 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.Customers"
fullName: "com.azure.resourcemanager.billing.models.Customers"
name: "Customers"
nameWithType: "Customers"
summary: "Resource collection API of Customers."
syntax: "public interface **Customers**"
methods:
- uid: "com.azure.resourcemanager.billing.models.Customers.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.Customers.get(String billingAccountName, String billingProfileName, String customerName)"
name: "get(String billingAccountName, String billingProfileName, String customerName)"
nameWithType: "Customers.get(String billingAccountName, String billingProfileName, String customerName)"
summary: "Gets a customer by its ID."
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 Customer get(String billingAccountName, String billingProfileName, String customerName)"
desc: "Gets a customer by its ID. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "a customer by its ID."
type: "<xref href=\"com.azure.resourcemanager.billing.models.Customer?alt=com.azure.resourcemanager.billing.models.Customer&text=Customer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Customers.getByBillingAccount(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.Customers.getByBillingAccount(String billingAccountName, String customerName)"
name: "getByBillingAccount(String billingAccountName, String customerName)"
nameWithType: "Customers.getByBillingAccount(String billingAccountName, String customerName)"
summary: "Gets a customer by its ID at billing account level."
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 customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Customer getByBillingAccount(String billingAccountName, String customerName)"
desc: "Gets a customer by its ID at billing account level. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "a customer by its ID at billing account level."
type: "<xref href=\"com.azure.resourcemanager.billing.models.Customer?alt=com.azure.resourcemanager.billing.models.Customer&text=Customer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Customers.getByBillingAccountWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.Customers.getByBillingAccountWithResponse(String billingAccountName, String customerName, Context context)"
name: "getByBillingAccountWithResponse(String billingAccountName, String customerName, Context context)"
nameWithType: "Customers.getByBillingAccountWithResponse(String billingAccountName, String customerName, Context context)"
summary: "Gets a customer by its ID at billing account level."
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 customer."
name: "customerName"
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<Customer> getByBillingAccountWithResponse(String billingAccountName, String customerName, Context context)"
desc: "Gets a customer by its ID at billing account level. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "a customer by its ID at billing account level 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.Customer?alt=com.azure.resourcemanager.billing.models.Customer&text=Customer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.Customers.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.Customers.getWithResponse(String billingAccountName, String billingProfileName, String customerName, Context context)"
name: "getWithResponse(String billingAccountName, String billingProfileName, String customerName, Context context)"
nameWithType: "Customers.getWithResponse(String billingAccountName, String billingProfileName, String customerName, Context context)"
summary: "Gets a customer by its ID."
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 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<Customer> getWithResponse(String billingAccountName, String billingProfileName, String customerName, Context context)"
desc: "Gets a customer by its ID. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "a customer 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.Customer?alt=com.azure.resourcemanager.billing.models.Customer&text=Customer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.Customers.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.Customers.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "Customers.listByBillingAccount(String billingAccountName)"
summary: "Lists the customers that are billed to a 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<Customer> listByBillingAccount(String billingAccountName)"
desc: "Lists the customers that are billed to a billing account. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
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.Customer?alt=com.azure.resourcemanager.billing.models.Customer&text=Customer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.Customers.listByBillingAccount(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.Customers.listByBillingAccount(String billingAccountName, String expand, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByBillingAccount(String billingAccountName, String expand, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "Customers.listByBillingAccount(String billingAccountName, String expand, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "Lists the customers that are billed to a 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: "May be used to expand enabledAzurePlans and resellers."
name: "expand"
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<Customer> listByBillingAccount(String billingAccountName, String expand, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "Lists the customers that are billed to a billing account. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
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.Customer?alt=com.azure.resourcemanager.billing.models.Customer&text=Customer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.Customers.listByBillingProfile(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.Customers.listByBillingProfile(String billingAccountName, String billingProfileName)"
name: "listByBillingProfile(String billingAccountName, String billingProfileName)"
nameWithType: "Customers.listByBillingProfile(String billingAccountName, String billingProfileName)"
summary: "Lists the customers that are billed to a 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<Customer> listByBillingProfile(String billingAccountName, String billingProfileName)"
desc: "Lists the customers that are billed to a billing profile. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
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.Customer?alt=com.azure.resourcemanager.billing.models.Customer&text=Customer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.Customers.listByBillingProfile(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.Customers.listByBillingProfile(String billingAccountName, String billingProfileName, String expand, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByBillingProfile(String billingAccountName, String billingProfileName, String expand, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "Customers.listByBillingProfile(String billingAccountName, String billingProfileName, String expand, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "Lists the customers that are billed to a 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: "May be used to expand enabledAzurePlans and resellers."
name: "expand"
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<Customer> listByBillingProfile(String billingAccountName, String billingProfileName, String expand, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "Lists the customers that are billed to a billing profile. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
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.Customer?alt=com.azure.resourcemanager.billing.models.Customer&text=Customer\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Customers."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0