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

264 строки
23 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.SavingsPlans"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans"
name: "SavingsPlans"
nameWithType: "SavingsPlans"
summary: "Resource collection API of Savings<wbr>Plans."
syntax: "public interface **SavingsPlans**"
methods:
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.getByBillingAccount(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.getByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId)"
name: "getByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId)"
nameWithType: "SavingsPlans.getByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId)"
summary: "Get savings plan by 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: "Order ID of the savings plan."
name: "savingsPlanOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the savings plan."
name: "savingsPlanId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SavingsPlanModel getByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId)"
desc: "Get savings plan by billing account."
returns:
description: "savings plan by billing account."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanModel?alt=com.azure.resourcemanager.billing.models.SavingsPlanModel&text=SavingsPlanModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.getByBillingAccountWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.getByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, String expand, Context context)"
name: "getByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, String expand, Context context)"
nameWithType: "SavingsPlans.getByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, String expand, Context context)"
summary: "Get savings plan by 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: "Order ID of the savings plan."
name: "savingsPlanOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the savings plan."
name: "savingsPlanId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "May be used to expand the planInformation."
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 Response<SavingsPlanModel> getByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, String expand, Context context)"
desc: "Get savings plan by billing account."
returns:
description: "savings plan by 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.SavingsPlanModel?alt=com.azure.resourcemanager.billing.models.SavingsPlanModel&text=SavingsPlanModel\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.listByBillingAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.listByBillingAccount(String billingAccountName)"
name: "listByBillingAccount(String billingAccountName)"
nameWithType: "SavingsPlans.listByBillingAccount(String billingAccountName)"
summary: "List savings plans by 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<SavingsPlanModel> listByBillingAccount(String billingAccountName)"
desc: "List savings plans by billing account."
returns:
description: "list of savings plans 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.SavingsPlanModel?alt=com.azure.resourcemanager.billing.models.SavingsPlanModel&text=SavingsPlanModel\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.listByBillingAccount(java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Float take, String selectedState, String refreshSummary, Context context)"
name: "listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Float take, String selectedState, String refreshSummary, Context context)"
nameWithType: "SavingsPlans.listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Float take, String selectedState, String refreshSummary, Context context)"
summary: "List savings plans by 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 number of savings plans to skip from the list before returning results."
name: "skiptoken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
- description: "The number of savings plans to return."
name: "take"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
- description: "The selected provisioning state."
name: "selectedState"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "To indicate whether to refresh the roll up counts of the savings plans group by\n provisioning states."
name: "refreshSummary"
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<SavingsPlanModel> listByBillingAccount(String billingAccountName, String filter, String orderBy, Float skiptoken, Float take, String selectedState, String refreshSummary, Context context)"
desc: "List savings plans by billing account."
returns:
description: "list of savings plans 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.SavingsPlanModel?alt=com.azure.resourcemanager.billing.models.SavingsPlanModel&text=SavingsPlanModel\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.listBySavingsPlanOrder(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.listBySavingsPlanOrder(String billingAccountName, String savingsPlanOrderId)"
name: "listBySavingsPlanOrder(String billingAccountName, String savingsPlanOrderId)"
nameWithType: "SavingsPlans.listBySavingsPlanOrder(String billingAccountName, String savingsPlanOrderId)"
summary: "List savings plans in an order by 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: "Order ID of the savings plan."
name: "savingsPlanOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<SavingsPlanModel> listBySavingsPlanOrder(String billingAccountName, String savingsPlanOrderId)"
desc: "List savings plans in an order by billing account."
returns:
description: "list of savings plans 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.SavingsPlanModel?alt=com.azure.resourcemanager.billing.models.SavingsPlanModel&text=SavingsPlanModel\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.listBySavingsPlanOrder(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.listBySavingsPlanOrder(String billingAccountName, String savingsPlanOrderId, Context context)"
name: "listBySavingsPlanOrder(String billingAccountName, String savingsPlanOrderId, Context context)"
nameWithType: "SavingsPlans.listBySavingsPlanOrder(String billingAccountName, String savingsPlanOrderId, Context context)"
summary: "List savings plans in an order by 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: "Order ID of the savings plan."
name: "savingsPlanOrderId"
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<SavingsPlanModel> listBySavingsPlanOrder(String billingAccountName, String savingsPlanOrderId, Context context)"
desc: "List savings plans in an order by billing account."
returns:
description: "list of savings plans 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.SavingsPlanModel?alt=com.azure.resourcemanager.billing.models.SavingsPlanModel&text=SavingsPlanModel\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.updateByBillingAccount(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.models.SavingsPlanUpdateRequest)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.updateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateRequest body)"
name: "updateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateRequest body)"
nameWithType: "SavingsPlans.updateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateRequest body)"
summary: "Update savings plan by 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: "Order ID of the savings plan."
name: "savingsPlanOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the savings plan."
name: "savingsPlanId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for patching a savings plan order alias."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanUpdateRequest?alt=com.azure.resourcemanager.billing.models.SavingsPlanUpdateRequest&text=SavingsPlanUpdateRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SavingsPlanModel updateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateRequest body)"
desc: "Update savings plan by billing account."
returns:
description: "savings plan."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanModel?alt=com.azure.resourcemanager.billing.models.SavingsPlanModel&text=SavingsPlanModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.updateByBillingAccount(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.models.SavingsPlanUpdateRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.updateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateRequest body, Context context)"
name: "updateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateRequest body, Context context)"
nameWithType: "SavingsPlans.updateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateRequest body, Context context)"
summary: "Update savings plan by 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: "Order ID of the savings plan."
name: "savingsPlanOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the savings plan."
name: "savingsPlanId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for patching a savings plan order alias."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanUpdateRequest?alt=com.azure.resourcemanager.billing.models.SavingsPlanUpdateRequest&text=SavingsPlanUpdateRequest\" data-throw-if-not-resolved=\"False\" />"
- 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 SavingsPlanModel updateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateRequest body, Context context)"
desc: "Update savings plan by billing account."
returns:
description: "savings plan."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanModel?alt=com.azure.resourcemanager.billing.models.SavingsPlanModel&text=SavingsPlanModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.validateUpdateByBillingAccount(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.models.SavingsPlanUpdateValidateRequest)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.validateUpdateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateValidateRequest body)"
name: "validateUpdateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateValidateRequest body)"
nameWithType: "SavingsPlans.validateUpdateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateValidateRequest body)"
summary: "Validate savings plan patch by 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: "Order ID of the savings plan."
name: "savingsPlanOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the savings plan."
name: "savingsPlanId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for patching a savings plan order alias."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanUpdateValidateRequest?alt=com.azure.resourcemanager.billing.models.SavingsPlanUpdateValidateRequest&text=SavingsPlanUpdateValidateRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SavingsPlanValidateResponse validateUpdateByBillingAccount(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateValidateRequest body)"
desc: "Validate savings plan patch by billing account."
returns:
description: "savings plan update validate response."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanValidateResponse?alt=com.azure.resourcemanager.billing.models.SavingsPlanValidateResponse&text=SavingsPlanValidateResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlans.validateUpdateByBillingAccountWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.models.SavingsPlanUpdateValidateRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlans.validateUpdateByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateValidateRequest body, Context context)"
name: "validateUpdateByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateValidateRequest body, Context context)"
nameWithType: "SavingsPlans.validateUpdateByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateValidateRequest body, Context context)"
summary: "Validate savings plan patch by 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: "Order ID of the savings plan."
name: "savingsPlanOrderId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the savings plan."
name: "savingsPlanId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for patching a savings plan order alias."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanUpdateValidateRequest?alt=com.azure.resourcemanager.billing.models.SavingsPlanUpdateValidateRequest&text=SavingsPlanUpdateValidateRequest\" data-throw-if-not-resolved=\"False\" />"
- 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<SavingsPlanValidateResponse> validateUpdateByBillingAccountWithResponse(String billingAccountName, String savingsPlanOrderId, String savingsPlanId, SavingsPlanUpdateValidateRequest body, Context context)"
desc: "Validate savings plan patch by billing account."
returns:
description: "savings plan update validate response 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.SavingsPlanValidateResponse?alt=com.azure.resourcemanager.billing.models.SavingsPlanValidateResponse&text=SavingsPlanValidateResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of SavingsPlans."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0