PriceSheetResultInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. consumption. fluent. models. PriceSheetResultInner
- com.
- com.
public final class PriceSheetResultInner
extends ProxyResource
An pricesheet resource.
Constructor Summary
| Constructor | Description |
|---|---|
| PriceSheetResultInner() |
Creates an instance of Price |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Meter |
download()
Get the download property: Pricesheet download details. |
| String |
etag()
Get the etag property: The etag for the resource. |
|
static
Price |
fromJson(JsonReader jsonReader)
Reads an instance of Price |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| String |
nextLink()
Get the next |
|
List<Price |
pricesheets()
Get the pricesheets property: Price sheet. |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
PriceSheetResultInner
public PriceSheetResultInner()
Creates an instance of PriceSheetResultInner class.
Method Details
download
public MeterDetails download()
Get the download property: Pricesheet download details.
Returns:
etag
public String etag()
Get the etag property: The etag for the resource.
Returns:
fromJson
public static PriceSheetResultInner fromJson(JsonReader jsonReader)
Reads an instance of PriceSheetResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PriceSheetResultInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PriceSheetResultInner.name()Returns:
nextLink
public String nextLink()
Get the nextLink property: The link (url) to the next page of results.
Returns:
pricesheets
public List<PriceSheetProperties> pricesheets()
Get the pricesheets property: Price sheet.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PriceSheetResultInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PriceSheetResultInner.type()Returns:
validate
public void validate()
Validates the instance.