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

234 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.BillingProfiles"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles"
name: "BillingProfiles"
nameWithType: "BillingProfiles"
summary: "Resource collection API of Billing<wbr>Profiles."
syntax: "public interface **BillingProfiles**"
methods:
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.billing.fluent.models.BillingProfileInner)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.createOrUpdate(String billingAccountName, String billingProfileName, BillingProfileInner parameters)"
name: "createOrUpdate(String billingAccountName, String billingProfileName, BillingProfileInner parameters)"
nameWithType: "BillingProfiles.createOrUpdate(String billingAccountName, String billingProfileName, BillingProfileInner parameters)"
summary: "Creates or updates 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: "A billing profile."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.BillingProfileInner?alt=com.azure.resourcemanager.billing.fluent.models.BillingProfileInner&text=BillingProfileInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract BillingProfile createOrUpdate(String billingAccountName, String billingProfileName, BillingProfileInner parameters)"
desc: "Creates or updates a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement. If you are a MCA Individual (Pay-as-you-go) customer, then please use the Azure portal experience to create the billing profile."
returns:
description: "a billing profile."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingProfile?alt=com.azure.resourcemanager.billing.models.BillingProfile&text=BillingProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.billing.fluent.models.BillingProfileInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.createOrUpdate(String billingAccountName, String billingProfileName, BillingProfileInner parameters, Context context)"
name: "createOrUpdate(String billingAccountName, String billingProfileName, BillingProfileInner parameters, Context context)"
nameWithType: "BillingProfiles.createOrUpdate(String billingAccountName, String billingProfileName, BillingProfileInner parameters, Context context)"
summary: "Creates or updates 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: "A billing profile."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.BillingProfileInner?alt=com.azure.resourcemanager.billing.fluent.models.BillingProfileInner&text=BillingProfileInner\" 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 BillingProfile createOrUpdate(String billingAccountName, String billingProfileName, BillingProfileInner parameters, Context context)"
desc: "Creates or updates a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement. If you are a MCA Individual (Pay-as-you-go) customer, then please use the Azure portal experience to create the billing profile."
returns:
description: "a billing profile."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingProfile?alt=com.azure.resourcemanager.billing.models.BillingProfile&text=BillingProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.delete(String billingAccountName, String billingProfileName, Context context)"
name: "delete(String billingAccountName, String billingProfileName, Context context)"
nameWithType: "BillingProfiles.delete(String billingAccountName, String billingProfileName, Context context)"
summary: "Deletes 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: "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, Context context)"
desc: "Deletes a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement."
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.deleteByResourceGroup(String billingAccountName, String billingProfileName)"
name: "deleteByResourceGroup(String billingAccountName, String billingProfileName)"
nameWithType: "BillingProfiles.deleteByResourceGroup(String billingAccountName, String billingProfileName)"
summary: "Deletes 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 void deleteByResourceGroup(String billingAccountName, String billingProfileName)"
desc: "Deletes a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement."
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.get(String billingAccountName, String billingProfileName)"
name: "get(String billingAccountName, String billingProfileName)"
nameWithType: "BillingProfiles.get(String billingAccountName, String billingProfileName)"
summary: "Gets a billing profile 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>"
syntax: "public abstract BillingProfile get(String billingAccountName, String billingProfileName)"
desc: "Gets a billing profile by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement."
returns:
description: "a billing profile by its ID."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingProfile?alt=com.azure.resourcemanager.billing.models.BillingProfile&text=BillingProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.getWithResponse(String billingAccountName, String billingProfileName, Context context)"
name: "getWithResponse(String billingAccountName, String billingProfileName, Context context)"
nameWithType: "BillingProfiles.getWithResponse(String billingAccountName, String billingProfileName, Context context)"
summary: "Gets a billing profile 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 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<BillingProfile> getWithResponse(String billingAccountName, String billingProfileName, Context context)"
desc: "Gets a billing profile by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement."
returns:
description: "a billing profile 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.BillingProfile?alt=com.azure.resourcemanager.billing.models.BillingProfile&text=BillingProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "BillingProfiles.listByBillingAccount(String billingAccountName)"
summary: "Lists the billing profiles 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>"
syntax: "public abstract PagedIterable<BillingProfile> listByBillingAccount(String billingAccountName)"
desc: "Lists the billing profiles that a user has access to. The operation is supported for billing accounts with agreement of type Microsoft Customer Agreement and 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.BillingProfile?alt=com.azure.resourcemanager.billing.models.BillingProfile&text=BillingProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.listByBillingAccount(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.BillingProfiles.listByBillingAccount(String billingAccountName, Boolean includeDeleted, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByBillingAccount(String billingAccountName, Boolean includeDeleted, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "BillingProfiles.listByBillingAccount(String billingAccountName, Boolean includeDeleted, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "Lists the billing profiles 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: "Can be used to get deleted billing profiles."
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<BillingProfile> listByBillingAccount(String billingAccountName, Boolean includeDeleted, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "Lists the billing profiles that a user has access to. The operation is supported for billing accounts with agreement of type Microsoft Customer Agreement and 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.BillingProfile?alt=com.azure.resourcemanager.billing.models.BillingProfile&text=BillingProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.validateDeleteEligibility(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.validateDeleteEligibility(String billingAccountName, String billingProfileName)"
name: "validateDeleteEligibility(String billingAccountName, String billingProfileName)"
nameWithType: "BillingProfiles.validateDeleteEligibility(String billingAccountName, String billingProfileName)"
summary: "Validates if the billing profile 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>"
syntax: "public abstract DeleteBillingProfileEligibilityResult validateDeleteEligibility(String billingAccountName, String billingProfileName)"
desc: "Validates if the billing profile can be deleted. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement."
returns:
description: "eligibility to delete a billing profile result."
type: "<xref href=\"com.azure.resourcemanager.billing.models.DeleteBillingProfileEligibilityResult?alt=com.azure.resourcemanager.billing.models.DeleteBillingProfileEligibilityResult&text=DeleteBillingProfileEligibilityResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingProfiles.validateDeleteEligibilityWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingProfiles.validateDeleteEligibilityWithResponse(String billingAccountName, String billingProfileName, Context context)"
name: "validateDeleteEligibilityWithResponse(String billingAccountName, String billingProfileName, Context context)"
nameWithType: "BillingProfiles.validateDeleteEligibilityWithResponse(String billingAccountName, String billingProfileName, Context context)"
summary: "Validates if the billing profile 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 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<DeleteBillingProfileEligibilityResult> validateDeleteEligibilityWithResponse(String billingAccountName, String billingProfileName, Context context)"
desc: "Validates if the billing profile can be deleted. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement."
returns:
description: "eligibility to delete a billing profile 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.DeleteBillingProfileEligibilityResult?alt=com.azure.resourcemanager.billing.models.DeleteBillingProfileEligibilityResult&text=DeleteBillingProfileEligibilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of BillingProfiles."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0