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

93 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.Agreements"
fullName: "com.azure.resourcemanager.billing.models.Agreements"
name: "Agreements"
nameWithType: "Agreements"
summary: "Resource collection API of Agreements."
syntax: "public interface **Agreements**"
methods:
- uid: "com.azure.resourcemanager.billing.models.Agreements.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.Agreements.get(String billingAccountName, String agreementName)"
name: "get(String billingAccountName, String agreementName)"
nameWithType: "Agreements.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 Agreement get(String billingAccountName, String agreementName)"
desc: "Gets an agreement by ID."
returns:
description: "an agreement by ID."
type: "<xref href=\"com.azure.resourcemanager.billing.models.Agreement?alt=com.azure.resourcemanager.billing.models.Agreement&text=Agreement\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Agreements.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.Agreements.getWithResponse(String billingAccountName, String agreementName, Context context)"
name: "getWithResponse(String billingAccountName, String agreementName, Context context)"
nameWithType: "Agreements.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<Agreement> 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.models.Agreement?alt=com.azure.resourcemanager.billing.models.Agreement&text=Agreement\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.Agreements.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.Agreements.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "Agreements.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<Agreement> 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.models.Agreement?alt=com.azure.resourcemanager.billing.models.Agreement&text=Agreement\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.Agreements.listByBillingAccount(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.Agreements.listByBillingAccount(String billingAccountName, String expand, Context context)"
name: "listByBillingAccount(String billingAccountName, String expand, Context context)"
nameWithType: "Agreements.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<Agreement> 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.models.Agreement?alt=com.azure.resourcemanager.billing.models.Agreement&text=Agreement\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Agreements."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0