### 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 BillingProfiles." 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: "String" - description: "The ID that uniquely identifies a billing profile." name: "billingProfileName" type: "String" - description: "A billing profile." name: "parameters" type: "" 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: "" - 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: "String" - description: "The ID that uniquely identifies a billing profile." name: "billingProfileName" type: "String" - description: "A billing profile." name: "parameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" 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: "" - 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: "String" - description: "The ID that uniquely identifies a billing profile." name: "billingProfileName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" 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: "String" - description: "The ID that uniquely identifies a billing profile." name: "billingProfileName" type: "String" 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: "String" - description: "The ID that uniquely identifies a billing profile." name: "billingProfileName" type: "String" 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: "" - 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: "String" - description: "The ID that uniquely identifies a billing profile." name: "billingProfileName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" - 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: "String" syntax: "public abstract PagedIterable 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 ." type: "<>" - 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: "String" - description: "Can be used to get deleted billing profiles." name: "includeDeleted" type: "Boolean" - description: "The filter query option allows clients to filter a collection of resources that are addressed by a\n request URL." name: "filter" type: "String" - description: "The orderby query option allows clients to request resources in a particular order." name: "orderBy" type: "String" - 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: "Long" - 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: "Long" - 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: "Boolean" - 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: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable 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 ." type: "<>" - 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: "String" - description: "The ID that uniquely identifies a billing profile." name: "billingProfileName" type: "String" 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: "" - 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: "String" - description: "The ID that uniquely identifies a billing profile." name: "billingProfileName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" 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