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

93 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.fluent.AgreementsClient"
fullName: "com.azure.resourcemanager.billing.fluent.AgreementsClient"
name: "AgreementsClient"
nameWithType: "AgreementsClient"
summary: "An instance of this class provides access to all the operations defined in Agreements<wbr>Client."
syntax: "public interface **AgreementsClient**"
methods:
- uid: "com.azure.resourcemanager.billing.fluent.AgreementsClient.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.fluent.AgreementsClient.get(String billingAccountName, String agreementName)"
name: "get(String billingAccountName, String agreementName)"
nameWithType: "AgreementsClient.get(String billingAccountName, String agreementName)"
summary: "Gets an agreement 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 ID that uniquely identifies an agreement."
name: "agreementName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract AgreementInner get(String billingAccountName, String agreementName)"
desc: "Gets an agreement by ID."
returns:
description: "an agreement by ID."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.AgreementInner?alt=com.azure.resourcemanager.billing.fluent.models.AgreementInner&text=AgreementInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.AgreementsClient.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.fluent.AgreementsClient.getWithResponse(String billingAccountName, String agreementName, Context context)"
name: "getWithResponse(String billingAccountName, String agreementName, Context context)"
nameWithType: "AgreementsClient.getWithResponse(String billingAccountName, String agreementName, Context context)"
summary: "Gets an agreement 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 ID that uniquely identifies an agreement."
name: "agreementName"
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<AgreementInner> getWithResponse(String billingAccountName, String agreementName, Context context)"
desc: "Gets an agreement by ID."
returns:
description: "an agreement 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.fluent.models.AgreementInner?alt=com.azure.resourcemanager.billing.fluent.models.AgreementInner&text=AgreementInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.fluent.AgreementsClient.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.fluent.AgreementsClient.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "AgreementsClient.listByBillingAccount(String billingAccountName)"
summary: "Lists the agreements 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<AgreementInner> listByBillingAccount(String billingAccountName)"
desc: "Lists the agreements for a billing account."
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.fluent.models.AgreementInner?alt=com.azure.resourcemanager.billing.fluent.models.AgreementInner&text=AgreementInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.fluent.AgreementsClient.listByBillingAccount(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.fluent.AgreementsClient.listByBillingAccount(String billingAccountName, String expand, Context context)"
name: "listByBillingAccount(String billingAccountName, String expand, Context context)"
nameWithType: "AgreementsClient.listByBillingAccount(String billingAccountName, String expand, Context context)"
summary: "Lists the agreements 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: "May be used to expand the participants."
name: "expand"
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<AgreementInner> listByBillingAccount(String billingAccountName, String expand, Context context)"
desc: "Lists the agreements for a billing account."
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.fluent.models.AgreementInner?alt=com.azure.resourcemanager.billing.fluent.models.AgreementInner&text=AgreementInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in AgreementsClient."
metadata: {}
package: "com.azure.resourcemanager.billing.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0