118 строки
7.4 KiB
YAML
118 строки
7.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.devtestlabs.models.Costs"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Costs"
|
|
name: "Costs"
|
|
nameWithType: "Costs"
|
|
summary: "Resource collection API of Costs."
|
|
syntax: "public interface **Costs**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Costs.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Costs.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Costs.define(String name)"
|
|
summary: "Begins definition for a new Lab<wbr>Cost resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract LabCost.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new LabCost resource."
|
|
returns:
|
|
description: "the first stage of the new LabCost definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabCost.DefinitionStages.Blank?alt=com.azure.resourcemanager.devtestlabs.models.LabCost.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Costs.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Costs.get(String resourceGroupName, String labName, String name)"
|
|
name: "get(String resourceGroupName, String labName, String name)"
|
|
nameWithType: "Costs.get(String resourceGroupName, String labName, String name)"
|
|
summary: "Get cost."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cost."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract LabCost get(String resourceGroupName, String labName, String name)"
|
|
desc: "Get cost."
|
|
returns:
|
|
description: "cost."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabCost?alt=com.azure.resourcemanager.devtestlabs.models.LabCost&text=LabCost\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Costs.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Costs.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Costs.getById(String id)"
|
|
summary: "Get cost."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract LabCost getById(String id)"
|
|
desc: "Get cost."
|
|
returns:
|
|
description: "cost 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.resourcemanager.devtestlabs.models.LabCost?alt=com.azure.resourcemanager.devtestlabs.models.LabCost&text=LabCost\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Costs.getByIdWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Costs.getByIdWithResponse(String id, String expand, Context context)"
|
|
name: "getByIdWithResponse(String id, String expand, Context context)"
|
|
nameWithType: "Costs.getByIdWithResponse(String id, String expand, Context context)"
|
|
summary: "Get cost."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Specify the $expand query. Example: 'properties($expand=labCostDetails)'."
|
|
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<LabCost> getByIdWithResponse(String id, String expand, Context context)"
|
|
desc: "Get cost."
|
|
returns:
|
|
description: "cost 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\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabCost?alt=com.azure.resourcemanager.devtestlabs.models.LabCost&text=LabCost\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Costs.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Costs.getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
|
|
nameWithType: "Costs.getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
|
|
summary: "Get cost."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cost."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Specify the $expand query. Example: 'properties($expand=labCostDetails)'."
|
|
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<LabCost> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
|
|
desc: "Get cost."
|
|
returns:
|
|
description: "cost 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\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabCost?alt=com.azure.resourcemanager.devtestlabs.models.LabCost&text=LabCost\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Costs."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.devtestlabs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0
|