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

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties"
name: "BillingMeterProperties"
nameWithType: "BillingMeterProperties"
summary: "Revision resource specific properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BillingMeterProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.BillingMeterProperties?alt=com.azure.resourcemanager.appcontainers.models.BillingMeterProperties&text=BillingMeterProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.BillingMeterProperties()"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.BillingMeterProperties()"
name: "BillingMeterProperties()"
nameWithType: "BillingMeterProperties.BillingMeterProperties()"
summary: "Creates an instance of Billing<wbr>Meter<wbr>Properties class."
syntax: "public BillingMeterProperties()"
desc: "Creates an instance of BillingMeterProperties class."
methods:
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.category()"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.category()"
name: "category()"
nameWithType: "BillingMeterProperties.category()"
summary: "Get the category property: Used to categorize billing meters."
syntax: "public String category()"
desc: "Get the category property: Used to categorize billing meters."
returns:
description: "the category value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.displayName()"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.displayName()"
name: "displayName()"
nameWithType: "BillingMeterProperties.displayName()"
summary: "Get the display<wbr>Name property: The everyday name of the billing meter."
syntax: "public String displayName()"
desc: "Get the displayName property: The everyday name of the billing meter."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "BillingMeterProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Billing<wbr>Meter<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static BillingMeterProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the BillingMeterProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of BillingMeterProperties from the JsonReader."
returns:
description: "An instance of BillingMeterProperties if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.BillingMeterProperties?alt=com.azure.resourcemanager.appcontainers.models.BillingMeterProperties&text=BillingMeterProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.meterType()"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.meterType()"
name: "meterType()"
nameWithType: "BillingMeterProperties.meterType()"
summary: "Get the meter<wbr>Type property: Billing meter type."
syntax: "public String meterType()"
desc: "Get the meterType property: Billing meter type."
returns:
description: "the meterType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "BillingMeterProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.validate()"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.validate()"
name: "validate()"
nameWithType: "BillingMeterProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.withCategory(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.withCategory(String category)"
name: "withCategory(String category)"
nameWithType: "BillingMeterProperties.withCategory(String category)"
summary: "Set the category property: Used to categorize billing meters."
parameters:
- description: "the category value to set."
name: "category"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BillingMeterProperties withCategory(String category)"
desc: "Set the category property: Used to categorize billing meters."
returns:
description: "the BillingMeterProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.BillingMeterProperties?alt=com.azure.resourcemanager.appcontainers.models.BillingMeterProperties&text=BillingMeterProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "BillingMeterProperties.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: The everyday name of the billing meter."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BillingMeterProperties withDisplayName(String displayName)"
desc: "Set the displayName property: The everyday name of the billing meter."
returns:
description: "the BillingMeterProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.BillingMeterProperties?alt=com.azure.resourcemanager.appcontainers.models.BillingMeterProperties&text=BillingMeterProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.withMeterType(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.BillingMeterProperties.withMeterType(String meterType)"
name: "withMeterType(String meterType)"
nameWithType: "BillingMeterProperties.withMeterType(String meterType)"
summary: "Set the meter<wbr>Type property: Billing meter type."
parameters:
- description: "the meterType value to set."
name: "meterType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BillingMeterProperties withMeterType(String meterType)"
desc: "Set the meterType property: Billing meter type."
returns:
description: "the BillingMeterProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.BillingMeterProperties?alt=com.azure.resourcemanager.appcontainers.models.BillingMeterProperties&text=BillingMeterProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Revision resource specific properties."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.BillingMeterProperties?alt=com.azure.resourcemanager.appcontainers.models.BillingMeterProperties&text=BillingMeterProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appcontainers.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0