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

264 строки
23 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.InvoiceSections"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections"
name: "InvoiceSections"
nameWithType: "InvoiceSections"
summary: "Resource collection API of Invoice<wbr>Sections."
syntax: "public interface **InvoiceSections**"
methods:
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.createOrUpdate(String billingAccountName, String billingProfileName, String invoiceSectionName, InvoiceSectionInner parameters)"
name: "createOrUpdate(String billingAccountName, String billingProfileName, String invoiceSectionName, InvoiceSectionInner parameters)"
nameWithType: "InvoiceSections.createOrUpdate(String billingAccountName, String billingProfileName, String invoiceSectionName, InvoiceSectionInner parameters)"
summary: "Creates or updates an 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: "An invoice section."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner?alt=com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner&text=InvoiceSectionInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract InvoiceSection createOrUpdate(String billingAccountName, String billingProfileName, String invoiceSectionName, InvoiceSectionInner parameters)"
desc: "Creates or updates an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "an invoice section."
type: "<xref href=\"com.azure.resourcemanager.billing.models.InvoiceSection?alt=com.azure.resourcemanager.billing.models.InvoiceSection&text=InvoiceSection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.createOrUpdate(String billingAccountName, String billingProfileName, String invoiceSectionName, InvoiceSectionInner parameters, Context context)"
name: "createOrUpdate(String billingAccountName, String billingProfileName, String invoiceSectionName, InvoiceSectionInner parameters, Context context)"
nameWithType: "InvoiceSections.createOrUpdate(String billingAccountName, String billingProfileName, String invoiceSectionName, InvoiceSectionInner parameters, Context context)"
summary: "Creates or updates an 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: "An invoice section."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner?alt=com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner&text=InvoiceSectionInner\" 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 InvoiceSection createOrUpdate(String billingAccountName, String billingProfileName, String invoiceSectionName, InvoiceSectionInner parameters, Context context)"
desc: "Creates or updates an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "an invoice section."
type: "<xref href=\"com.azure.resourcemanager.billing.models.InvoiceSection?alt=com.azure.resourcemanager.billing.models.InvoiceSection&text=InvoiceSection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.delete(String billingAccountName, String billingProfileName, String invoiceSectionName)"
name: "delete(String billingAccountName, String billingProfileName, String invoiceSectionName)"
nameWithType: "InvoiceSections.delete(String billingAccountName, String billingProfileName, String invoiceSectionName)"
summary: "Deletes an 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 void delete(String billingAccountName, String billingProfileName, String invoiceSectionName)"
desc: "Deletes an invoice section. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement."
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.delete(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
name: "delete(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
nameWithType: "InvoiceSections.delete(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
summary: "Deletes an 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 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 void delete(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
desc: "Deletes an invoice section. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement."
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.get(String billingAccountName, String billingProfileName, String invoiceSectionName)"
name: "get(String billingAccountName, String billingProfileName, String invoiceSectionName)"
nameWithType: "InvoiceSections.get(String billingAccountName, String billingProfileName, String invoiceSectionName)"
summary: "Gets an invoice section 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 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 InvoiceSection get(String billingAccountName, String billingProfileName, String invoiceSectionName)"
desc: "Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "an invoice section by its ID."
type: "<xref href=\"com.azure.resourcemanager.billing.models.InvoiceSection?alt=com.azure.resourcemanager.billing.models.InvoiceSection&text=InvoiceSection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.getWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
name: "getWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
nameWithType: "InvoiceSections.getWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
summary: "Gets an invoice section 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 an invoice section."
name: "invoiceSectionName"
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<InvoiceSection> getWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
desc: "Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "an invoice section 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.InvoiceSection?alt=com.azure.resourcemanager.billing.models.InvoiceSection&text=InvoiceSection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.listByBillingProfile(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.listByBillingProfile(String billingAccountName, String billingProfileName)"
name: "listByBillingProfile(String billingAccountName, String billingProfileName)"
nameWithType: "InvoiceSections.listByBillingProfile(String billingAccountName, String billingProfileName)"
summary: "Lists the invoice sections that a user has access to."
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<InvoiceSection> listByBillingProfile(String billingAccountName, String billingProfileName)"
desc: "Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer 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.InvoiceSection?alt=com.azure.resourcemanager.billing.models.InvoiceSection&text=InvoiceSection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.listByBillingProfile(java.lang.String,java.lang.String,java.lang.Boolean,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.InvoiceSections.listByBillingProfile(String billingAccountName, String billingProfileName, Boolean includeDeleted, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByBillingProfile(String billingAccountName, String billingProfileName, Boolean includeDeleted, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "InvoiceSections.listByBillingProfile(String billingAccountName, String billingProfileName, Boolean includeDeleted, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "Lists the invoice sections that a user has access to."
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: "Can be used to get deleted invoice sections."
name: "includeDeleted"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</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<InvoiceSection> listByBillingProfile(String billingAccountName, String billingProfileName, Boolean includeDeleted, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer 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.InvoiceSection?alt=com.azure.resourcemanager.billing.models.InvoiceSection&text=InvoiceSection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.validateDeleteEligibility(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.validateDeleteEligibility(String billingAccountName, String billingProfileName, String invoiceSectionName)"
name: "validateDeleteEligibility(String billingAccountName, String billingProfileName, String invoiceSectionName)"
nameWithType: "InvoiceSections.validateDeleteEligibility(String billingAccountName, String billingProfileName, String invoiceSectionName)"
summary: "Validates if the invoice section can be deleted."
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 DeleteInvoiceSectionEligibilityResult validateDeleteEligibility(String billingAccountName, String billingProfileName, String invoiceSectionName)"
desc: "Validates if the invoice section can be deleted. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "eligibility to delete an invoice section result."
type: "<xref href=\"com.azure.resourcemanager.billing.models.DeleteInvoiceSectionEligibilityResult?alt=com.azure.resourcemanager.billing.models.DeleteInvoiceSectionEligibilityResult&text=DeleteInvoiceSectionEligibilityResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.InvoiceSections.validateDeleteEligibilityWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.InvoiceSections.validateDeleteEligibilityWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
name: "validateDeleteEligibilityWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
nameWithType: "InvoiceSections.validateDeleteEligibilityWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
summary: "Validates if the invoice section can be deleted."
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 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<DeleteInvoiceSectionEligibilityResult> validateDeleteEligibilityWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
desc: "Validates if the invoice section can be deleted. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "eligibility to delete an invoice section result 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.DeleteInvoiceSectionEligibilityResult?alt=com.azure.resourcemanager.billing.models.DeleteInvoiceSectionEligibilityResult&text=DeleteInvoiceSectionEligibilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of InvoiceSections."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0