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

554 строки
52 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions"
name: "BillingRoleDefinitions"
nameWithType: "BillingRoleDefinitions"
summary: "Resource collection API of Billing<wbr>Role<wbr>Definitions."
syntax: "public interface **BillingRoleDefinitions**"
methods:
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByBillingAccount(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByBillingAccount(String billingAccountName, String roleDefinitionName)"
name: "getByBillingAccount(String billingAccountName, String roleDefinitionName)"
nameWithType: "BillingRoleDefinitions.getByBillingAccount(String billingAccountName, String roleDefinitionName)"
summary: "Gets the definition for a role on 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: "The ID that uniquely identifies a role definition."
name: "roleDefinitionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BillingRoleDefinition getByBillingAccount(String billingAccountName, String roleDefinitionName)"
desc: "Gets the definition for a role on a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise Agreement."
returns:
description: "the definition for a role on a billing account."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByBillingAccountWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByBillingAccountWithResponse(String billingAccountName, String roleDefinitionName, Context context)"
name: "getByBillingAccountWithResponse(String billingAccountName, String roleDefinitionName, Context context)"
nameWithType: "BillingRoleDefinitions.getByBillingAccountWithResponse(String billingAccountName, String roleDefinitionName, Context context)"
summary: "Gets the definition for a role on 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: "The ID that uniquely identifies a role definition."
name: "roleDefinitionName"
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<BillingRoleDefinition> getByBillingAccountWithResponse(String billingAccountName, String roleDefinitionName, Context context)"
desc: "Gets the definition for a role on a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise Agreement."
returns:
description: "the definition for a role on a billing account 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByBillingProfile(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByBillingProfile(String billingAccountName, String billingProfileName, String roleDefinitionName)"
name: "getByBillingProfile(String billingAccountName, String billingProfileName, String roleDefinitionName)"
nameWithType: "BillingRoleDefinitions.getByBillingProfile(String billingAccountName, String billingProfileName, String roleDefinitionName)"
summary: "Gets the definition for a role on 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 ID that uniquely identifies a role definition."
name: "roleDefinitionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BillingRoleDefinition getByBillingProfile(String billingAccountName, String billingProfileName, String roleDefinitionName)"
desc: "Gets the definition for a role on a billing profile. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement."
returns:
description: "the definition for a role on a billing profile."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByBillingProfileWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByBillingProfileWithResponse(String billingAccountName, String billingProfileName, String roleDefinitionName, Context context)"
name: "getByBillingProfileWithResponse(String billingAccountName, String billingProfileName, String roleDefinitionName, Context context)"
nameWithType: "BillingRoleDefinitions.getByBillingProfileWithResponse(String billingAccountName, String billingProfileName, String roleDefinitionName, Context context)"
summary: "Gets the definition for a role on 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 ID that uniquely identifies a role definition."
name: "roleDefinitionName"
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<BillingRoleDefinition> getByBillingProfileWithResponse(String billingAccountName, String billingProfileName, String roleDefinitionName, Context context)"
desc: "Gets the definition for a role on a billing profile. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement."
returns:
description: "the definition for a role on a billing profile 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByCustomer(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByCustomer(String billingAccountName, String billingProfileName, String customerName, String roleDefinitionName)"
name: "getByCustomer(String billingAccountName, String billingProfileName, String customerName, String roleDefinitionName)"
nameWithType: "BillingRoleDefinitions.getByCustomer(String billingAccountName, String billingProfileName, String customerName, String roleDefinitionName)"
summary: "Gets the definition for a role on a 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 ID that uniquely identifies a role definition."
name: "roleDefinitionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BillingRoleDefinition getByCustomer(String billingAccountName, String billingProfileName, String customerName, String roleDefinitionName)"
desc: "Gets the definition for a role on a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "the definition for a role on a customer."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByCustomerWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByCustomerWithResponse(String billingAccountName, String billingProfileName, String customerName, String roleDefinitionName, Context context)"
name: "getByCustomerWithResponse(String billingAccountName, String billingProfileName, String customerName, String roleDefinitionName, Context context)"
nameWithType: "BillingRoleDefinitions.getByCustomerWithResponse(String billingAccountName, String billingProfileName, String customerName, String roleDefinitionName, Context context)"
summary: "Gets the definition for a role on a 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 ID that uniquely identifies a role definition."
name: "roleDefinitionName"
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<BillingRoleDefinition> getByCustomerWithResponse(String billingAccountName, String billingProfileName, String customerName, String roleDefinitionName, Context context)"
desc: "Gets the definition for a role on a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "the definition for a role on a customer 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByDepartment(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByDepartment(String billingAccountName, String departmentName, String roleDefinitionName)"
name: "getByDepartment(String billingAccountName, String departmentName, String roleDefinitionName)"
nameWithType: "BillingRoleDefinitions.getByDepartment(String billingAccountName, String departmentName, String roleDefinitionName)"
summary: "Gets the definition for a role on a department."
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 name of the department."
name: "departmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a role definition."
name: "roleDefinitionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BillingRoleDefinition getByDepartment(String billingAccountName, String departmentName, String roleDefinitionName)"
desc: "Gets the definition for a role on a department. The operation is supported for billing accounts with agreement type Enterprise Agreement."
returns:
description: "the definition for a role on a department."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByDepartmentWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByDepartmentWithResponse(String billingAccountName, String departmentName, String roleDefinitionName, Context context)"
name: "getByDepartmentWithResponse(String billingAccountName, String departmentName, String roleDefinitionName, Context context)"
nameWithType: "BillingRoleDefinitions.getByDepartmentWithResponse(String billingAccountName, String departmentName, String roleDefinitionName, Context context)"
summary: "Gets the definition for a role on a department."
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 name of the department."
name: "departmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a role definition."
name: "roleDefinitionName"
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<BillingRoleDefinition> getByDepartmentWithResponse(String billingAccountName, String departmentName, String roleDefinitionName, Context context)"
desc: "Gets the definition for a role on a department. The operation is supported for billing accounts with agreement type Enterprise Agreement."
returns:
description: "the definition for a role on a department 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByEnrollmentAccount(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByEnrollmentAccount(String billingAccountName, String enrollmentAccountName, String roleDefinitionName)"
name: "getByEnrollmentAccount(String billingAccountName, String enrollmentAccountName, String roleDefinitionName)"
nameWithType: "BillingRoleDefinitions.getByEnrollmentAccount(String billingAccountName, String enrollmentAccountName, String roleDefinitionName)"
summary: "Gets the definition for a role on an enrollment 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 name of the enrollment account."
name: "enrollmentAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a role definition."
name: "roleDefinitionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BillingRoleDefinition getByEnrollmentAccount(String billingAccountName, String enrollmentAccountName, String roleDefinitionName)"
desc: "Gets the definition for a role on an enrollment account. The operation is supported for billing accounts with agreement type Enterprise Agreement."
returns:
description: "the definition for a role on an enrollment account."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByEnrollmentAccountWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByEnrollmentAccountWithResponse(String billingAccountName, String enrollmentAccountName, String roleDefinitionName, Context context)"
name: "getByEnrollmentAccountWithResponse(String billingAccountName, String enrollmentAccountName, String roleDefinitionName, Context context)"
nameWithType: "BillingRoleDefinitions.getByEnrollmentAccountWithResponse(String billingAccountName, String enrollmentAccountName, String roleDefinitionName, Context context)"
summary: "Gets the definition for a role on an enrollment 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 name of the enrollment account."
name: "enrollmentAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a role definition."
name: "roleDefinitionName"
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<BillingRoleDefinition> getByEnrollmentAccountWithResponse(String billingAccountName, String enrollmentAccountName, String roleDefinitionName, Context context)"
desc: "Gets the definition for a role on an enrollment account. The operation is supported for billing accounts with agreement type Enterprise Agreement."
returns:
description: "the definition for a role on an enrollment account 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByInvoiceSection(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, String roleDefinitionName)"
name: "getByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, String roleDefinitionName)"
nameWithType: "BillingRoleDefinitions.getByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, String roleDefinitionName)"
summary: "Gets the definition for a role on 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 ID that uniquely identifies a role definition."
name: "roleDefinitionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BillingRoleDefinition getByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, String roleDefinitionName)"
desc: "Gets the definition for a role on an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "the definition for a role on an invoice section."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByInvoiceSectionWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.getByInvoiceSectionWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String roleDefinitionName, Context context)"
name: "getByInvoiceSectionWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String roleDefinitionName, Context context)"
nameWithType: "BillingRoleDefinitions.getByInvoiceSectionWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String roleDefinitionName, Context context)"
summary: "Gets the definition for a role on 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 ID that uniquely identifies a role definition."
name: "roleDefinitionName"
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<BillingRoleDefinition> getByInvoiceSectionWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String roleDefinitionName, Context context)"
desc: "Gets the definition for a role on an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "the definition for a role on an invoice section 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "BillingRoleDefinitions.listByBillingAccount(String billingAccountName)"
summary: "Lists the role definitions for 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<BillingRoleDefinition> listByBillingAccount(String billingAccountName)"
desc: "Lists the role definitions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByBillingAccount(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByBillingAccount(String billingAccountName, Context context)"
name: "listByBillingAccount(String billingAccountName, Context context)"
nameWithType: "BillingRoleDefinitions.listByBillingAccount(String billingAccountName, Context context)"
summary: "Lists the role definitions for 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: "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<BillingRoleDefinition> listByBillingAccount(String billingAccountName, Context context)"
desc: "Lists the role definitions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByBillingProfile(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByBillingProfile(String billingAccountName, String billingProfileName)"
name: "listByBillingProfile(String billingAccountName, String billingProfileName)"
nameWithType: "BillingRoleDefinitions.listByBillingProfile(String billingAccountName, String billingProfileName)"
summary: "Lists the role definitions for 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<BillingRoleDefinition> listByBillingProfile(String billingAccountName, String billingProfileName)"
desc: "Lists the role definitions for a billing profile. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByBillingProfile(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByBillingProfile(String billingAccountName, String billingProfileName, Context context)"
name: "listByBillingProfile(String billingAccountName, String billingProfileName, Context context)"
nameWithType: "BillingRoleDefinitions.listByBillingProfile(String billingAccountName, String billingProfileName, Context context)"
summary: "Lists the role definitions for 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 PagedIterable<BillingRoleDefinition> listByBillingProfile(String billingAccountName, String billingProfileName, Context context)"
desc: "Lists the role definitions for a billing profile. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByCustomer(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByCustomer(String billingAccountName, String billingProfileName, String customerName)"
name: "listByCustomer(String billingAccountName, String billingProfileName, String customerName)"
nameWithType: "BillingRoleDefinitions.listByCustomer(String billingAccountName, String billingProfileName, String customerName)"
summary: "Lists the role definitions for a 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<BillingRoleDefinition> listByCustomer(String billingAccountName, String billingProfileName, String customerName)"
desc: "Lists the role definitions for a customer. The operation is supported 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByCustomer(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByCustomer(String billingAccountName, String billingProfileName, String customerName, Context context)"
name: "listByCustomer(String billingAccountName, String billingProfileName, String customerName, Context context)"
nameWithType: "BillingRoleDefinitions.listByCustomer(String billingAccountName, String billingProfileName, String customerName, Context context)"
summary: "Lists the role definitions for a 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 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<BillingRoleDefinition> listByCustomer(String billingAccountName, String billingProfileName, String customerName, Context context)"
desc: "Lists the role definitions for a customer. The operation is supported 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByDepartment(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByDepartment(String billingAccountName, String departmentName)"
name: "listByDepartment(String billingAccountName, String departmentName)"
nameWithType: "BillingRoleDefinitions.listByDepartment(String billingAccountName, String departmentName)"
summary: "List the definition for a department."
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 name of the department."
name: "departmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<BillingRoleDefinition> listByDepartment(String billingAccountName, String departmentName)"
desc: "List the definition for a department. The operation is supported for billing accounts with agreement type Enterprise 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByDepartment(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByDepartment(String billingAccountName, String departmentName, Context context)"
name: "listByDepartment(String billingAccountName, String departmentName, Context context)"
nameWithType: "BillingRoleDefinitions.listByDepartment(String billingAccountName, String departmentName, Context context)"
summary: "List the definition for a department."
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 name of the department."
name: "departmentName"
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<BillingRoleDefinition> listByDepartment(String billingAccountName, String departmentName, Context context)"
desc: "List the definition for a department. The operation is supported for billing accounts with agreement type Enterprise 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByEnrollmentAccount(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByEnrollmentAccount(String billingAccountName, String enrollmentAccountName)"
name: "listByEnrollmentAccount(String billingAccountName, String enrollmentAccountName)"
nameWithType: "BillingRoleDefinitions.listByEnrollmentAccount(String billingAccountName, String enrollmentAccountName)"
summary: "List the definition for an enrollment 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 name of the enrollment account."
name: "enrollmentAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<BillingRoleDefinition> listByEnrollmentAccount(String billingAccountName, String enrollmentAccountName)"
desc: "List the definition for an enrollment account. The operation is supported for billing accounts with agreement type Enterprise 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByEnrollmentAccount(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByEnrollmentAccount(String billingAccountName, String enrollmentAccountName, Context context)"
name: "listByEnrollmentAccount(String billingAccountName, String enrollmentAccountName, Context context)"
nameWithType: "BillingRoleDefinitions.listByEnrollmentAccount(String billingAccountName, String enrollmentAccountName, Context context)"
summary: "List the definition for an enrollment 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 name of the enrollment account."
name: "enrollmentAccountName"
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<BillingRoleDefinition> listByEnrollmentAccount(String billingAccountName, String enrollmentAccountName, Context context)"
desc: "List the definition for an enrollment account. The operation is supported for billing accounts with agreement type Enterprise 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByInvoiceSection(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName)"
name: "listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName)"
nameWithType: "BillingRoleDefinitions.listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName)"
summary: "Lists the role definitions for 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 PagedIterable<BillingRoleDefinition> listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName)"
desc: "Lists the role definitions for an invoice section. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByInvoiceSection(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingRoleDefinitions.listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
name: "listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
nameWithType: "BillingRoleDefinitions.listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
summary: "Lists the role definitions for 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 PagedIterable<BillingRoleDefinition> listByInvoiceSection(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
desc: "Lists the role definitions for an invoice section. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or 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.BillingRoleDefinition?alt=com.azure.resourcemanager.billing.models.BillingRoleDefinition&text=BillingRoleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of BillingRoleDefinitions."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0