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

282 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.LabCost"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost"
name: "LabCost"
nameWithType: "LabCost"
summary: "An immutable client-side representation of Lab<wbr>Cost."
syntax: "public interface **LabCost**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.createdDate()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.createdDate()"
name: "createdDate()"
nameWithType: "LabCost.createdDate()"
summary: "Gets the created<wbr>Date property: The creation date of the cost."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime createdDate()"
desc: "Gets the createdDate property: The creation date of the cost."
returns:
description: "the createdDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.currencyCode()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.currencyCode()"
name: "currencyCode()"
nameWithType: "LabCost.currencyCode()"
summary: "Gets the currency<wbr>Code property: The currency code of the cost."
modifiers:
- "abstract"
syntax: "public abstract String currencyCode()"
desc: "Gets the currencyCode property: The currency code of the cost."
returns:
description: "the currencyCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.endDateTime()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.endDateTime()"
name: "endDateTime()"
nameWithType: "LabCost.endDateTime()"
summary: "Gets the end<wbr>Date<wbr>Time property: The end time of the cost data."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime endDateTime()"
desc: "Gets the endDateTime property: The end time of the cost data."
returns:
description: "the endDateTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.id()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.id()"
name: "id()"
nameWithType: "LabCost.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.innerModel()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.innerModel()"
name: "innerModel()"
nameWithType: "LabCost.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>devtestlabs.<wbr>fluent.<wbr>models.<wbr>Lab<wbr>Cost<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract LabCostInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.LabCostInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabCostInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabCostInner&text=LabCostInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.labCostDetails()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.labCostDetails()"
name: "labCostDetails()"
nameWithType: "LabCost.labCostDetails()"
summary: "Gets the lab<wbr>Cost<wbr>Details property: The lab cost details component of the cost data."
modifiers:
- "abstract"
syntax: "public abstract List<LabCostDetailsProperties> labCostDetails()"
desc: "Gets the labCostDetails property: The lab cost details component of the cost data."
returns:
description: "the labCostDetails value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabCostDetailsProperties?alt=com.azure.resourcemanager.devtestlabs.models.LabCostDetailsProperties&text=LabCostDetailsProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.labCostSummary()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.labCostSummary()"
name: "labCostSummary()"
nameWithType: "LabCost.labCostSummary()"
summary: "Gets the lab<wbr>Cost<wbr>Summary property: The lab cost summary component of the cost data."
modifiers:
- "abstract"
syntax: "public abstract LabCostSummaryProperties labCostSummary()"
desc: "Gets the labCostSummary property: The lab cost summary component of the cost data."
returns:
description: "the labCostSummary value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabCostSummaryProperties?alt=com.azure.resourcemanager.devtestlabs.models.LabCostSummaryProperties&text=LabCostSummaryProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.location()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.location()"
name: "location()"
nameWithType: "LabCost.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.name()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.name()"
name: "name()"
nameWithType: "LabCost.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.provisioningState()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.provisioningState()"
name: "provisioningState()"
nameWithType: "LabCost.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning status of the resource."
modifiers:
- "abstract"
syntax: "public abstract String provisioningState()"
desc: "Gets the provisioningState property: The provisioning status of the resource."
returns:
description: "the provisioningState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.refresh()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.refresh()"
name: "refresh()"
nameWithType: "LabCost.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract LabCost refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
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.LabCost.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "LabCost.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- 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 LabCost refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
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.LabCost.region()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.region()"
name: "region()"
nameWithType: "LabCost.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.regionName()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.regionName()"
name: "regionName()"
nameWithType: "LabCost.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.resourceCosts()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.resourceCosts()"
name: "resourceCosts()"
nameWithType: "LabCost.resourceCosts()"
summary: "Gets the resource<wbr>Costs property: The resource cost component of the cost data."
modifiers:
- "abstract"
syntax: "public abstract List<LabResourceCostProperties> resourceCosts()"
desc: "Gets the resourceCosts property: The resource cost component of the cost data."
returns:
description: "the resourceCosts value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabResourceCostProperties?alt=com.azure.resourcemanager.devtestlabs.models.LabResourceCostProperties&text=LabResourceCostProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.resourceGroupName()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "LabCost.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.startDateTime()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.startDateTime()"
name: "startDateTime()"
nameWithType: "LabCost.startDateTime()"
summary: "Gets the start<wbr>Date<wbr>Time property: The start time of the cost data."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime startDateTime()"
desc: "Gets the startDateTime property: The start time of the cost data."
returns:
description: "the startDateTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.tags()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.tags()"
name: "tags()"
nameWithType: "LabCost.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.targetCost()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.targetCost()"
name: "targetCost()"
nameWithType: "LabCost.targetCost()"
summary: "Gets the target<wbr>Cost property: The target cost properties."
modifiers:
- "abstract"
syntax: "public abstract TargetCostProperties targetCost()"
desc: "Gets the targetCost property: The target cost properties."
returns:
description: "the targetCost value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.TargetCostProperties?alt=com.azure.resourcemanager.devtestlabs.models.TargetCostProperties&text=TargetCostProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.type()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.type()"
name: "type()"
nameWithType: "LabCost.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.uniqueIdentifier()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.uniqueIdentifier()"
name: "uniqueIdentifier()"
nameWithType: "LabCost.uniqueIdentifier()"
summary: "Gets the unique<wbr>Identifier property: The unique immutable identifier of a resource (Guid)."
modifiers:
- "abstract"
syntax: "public abstract String uniqueIdentifier()"
desc: "Gets the uniqueIdentifier property: The unique immutable identifier of a resource (Guid)."
returns:
description: "the uniqueIdentifier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.LabCost.update()"
fullName: "com.azure.resourcemanager.devtestlabs.models.LabCost.update()"
name: "update()"
nameWithType: "LabCost.update()"
summary: "Begins update for the Lab<wbr>Cost resource."
modifiers:
- "abstract"
syntax: "public abstract LabCost.Update update()"
desc: "Begins update for the LabCost resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabCost.Update?alt=com.azure.resourcemanager.devtestlabs.models.LabCost.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of LabCost."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0