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

214 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts"
name: "EnrollmentAccounts"
nameWithType: "EnrollmentAccounts"
summary: "Resource collection API of Enrollment<wbr>Accounts."
syntax: "public interface **EnrollmentAccounts**"
methods:
- uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.get(String billingAccountName, String enrollmentAccountName)"
name: "get(String billingAccountName, String enrollmentAccountName)"
nameWithType: "EnrollmentAccounts.get(String billingAccountName, String enrollmentAccountName)"
summary: "Gets an enrollment account by 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 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 EnrollmentAccount get(String billingAccountName, String enrollmentAccountName)"
desc: "Gets an enrollment account by ID. The operation is supported only for billing accounts with agreement type Enterprise Agreement."
returns:
description: "an enrollment account by ID."
type: "<xref href=\"com.azure.resourcemanager.billing.models.EnrollmentAccount?alt=com.azure.resourcemanager.billing.models.EnrollmentAccount&text=EnrollmentAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.getByDepartment(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.getByDepartment(String billingAccountName, String departmentName, String enrollmentAccountName)"
name: "getByDepartment(String billingAccountName, String departmentName, String enrollmentAccountName)"
nameWithType: "EnrollmentAccounts.getByDepartment(String billingAccountName, String departmentName, String enrollmentAccountName)"
summary: "Gets an enrollment account by 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 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 EnrollmentAccount getByDepartment(String billingAccountName, String departmentName, String enrollmentAccountName)"
desc: "Gets an enrollment account by department. The operation is supported only for billing accounts with agreement type Enterprise Agreement."
returns:
description: "an enrollment account by department."
type: "<xref href=\"com.azure.resourcemanager.billing.models.EnrollmentAccount?alt=com.azure.resourcemanager.billing.models.EnrollmentAccount&text=EnrollmentAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.getByDepartmentWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.getByDepartmentWithResponse(String billingAccountName, String departmentName, String enrollmentAccountName, Context context)"
name: "getByDepartmentWithResponse(String billingAccountName, String departmentName, String enrollmentAccountName, Context context)"
nameWithType: "EnrollmentAccounts.getByDepartmentWithResponse(String billingAccountName, String departmentName, String enrollmentAccountName, Context context)"
summary: "Gets an enrollment account by 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 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 Response<EnrollmentAccount> getByDepartmentWithResponse(String billingAccountName, String departmentName, String enrollmentAccountName, Context context)"
desc: "Gets an enrollment account by department. The operation is supported only for billing accounts with agreement type Enterprise Agreement."
returns:
description: "an enrollment account by 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.EnrollmentAccount?alt=com.azure.resourcemanager.billing.models.EnrollmentAccount&text=EnrollmentAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.getWithResponse(String billingAccountName, String enrollmentAccountName, Context context)"
name: "getWithResponse(String billingAccountName, String enrollmentAccountName, Context context)"
nameWithType: "EnrollmentAccounts.getWithResponse(String billingAccountName, String enrollmentAccountName, Context context)"
summary: "Gets an enrollment account by 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 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 Response<EnrollmentAccount> getWithResponse(String billingAccountName, String enrollmentAccountName, Context context)"
desc: "Gets an enrollment account by ID. The operation is supported only for billing accounts with agreement type Enterprise Agreement."
returns:
description: "an enrollment account by 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.EnrollmentAccount?alt=com.azure.resourcemanager.billing.models.EnrollmentAccount&text=EnrollmentAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "EnrollmentAccounts.listByBillingAccount(String billingAccountName)"
summary: "Lists the enrollment accounts 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<EnrollmentAccount> listByBillingAccount(String billingAccountName)"
desc: "Lists the enrollment accounts for a billing account. The operation is supported only 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.EnrollmentAccount?alt=com.azure.resourcemanager.billing.models.EnrollmentAccount&text=EnrollmentAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.listByBillingAccount(java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.listByBillingAccount(String billingAccountName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByBillingAccount(String billingAccountName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "EnrollmentAccounts.listByBillingAccount(String billingAccountName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "Lists the enrollment accounts 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 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<EnrollmentAccount> listByBillingAccount(String billingAccountName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "Lists the enrollment accounts for a billing account. The operation is supported only 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.EnrollmentAccount?alt=com.azure.resourcemanager.billing.models.EnrollmentAccount&text=EnrollmentAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.listByDepartment(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.listByDepartment(String billingAccountName, String departmentName)"
name: "listByDepartment(String billingAccountName, String departmentName)"
nameWithType: "EnrollmentAccounts.listByDepartment(String billingAccountName, String departmentName)"
summary: "Lists the enrollment accounts 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<EnrollmentAccount> listByDepartment(String billingAccountName, String departmentName)"
desc: "Lists the enrollment accounts for a department. The operation is supported only 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.EnrollmentAccount?alt=com.azure.resourcemanager.billing.models.EnrollmentAccount&text=EnrollmentAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.listByDepartment(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.EnrollmentAccounts.listByDepartment(String billingAccountName, String departmentName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
name: "listByDepartment(String billingAccountName, String departmentName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
nameWithType: "EnrollmentAccounts.listByDepartment(String billingAccountName, String departmentName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
summary: "Lists the enrollment accounts 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 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<EnrollmentAccount> listByDepartment(String billingAccountName, String departmentName, String filter, String orderBy, Long top, Long skip, Boolean count, String search, Context context)"
desc: "Lists the enrollment accounts for a department. The operation is supported only 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.EnrollmentAccount?alt=com.azure.resourcemanager.billing.models.EnrollmentAccount&text=EnrollmentAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of EnrollmentAccounts."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0