198 строки
13 KiB
YAML
198 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.PerfMonSet"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet"
|
|
name: "PerfMonSet"
|
|
nameWithType: "PerfMonSet"
|
|
summary: "Metric information."
|
|
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 **PerfMonSet**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSet?alt=com.azure.resourcemanager.appservice.models.PerfMonSet&text=PerfMonSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.PerfMonSet()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.PerfMonSet()"
|
|
name: "PerfMonSet()"
|
|
nameWithType: "PerfMonSet.PerfMonSet()"
|
|
summary: "Creates an instance of Perf<wbr>Mon<wbr>Set class."
|
|
syntax: "public PerfMonSet()"
|
|
desc: "Creates an instance of PerfMonSet class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.endTime()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.endTime()"
|
|
name: "endTime()"
|
|
nameWithType: "PerfMonSet.endTime()"
|
|
summary: "Get the end<wbr>Time property: End time of the period."
|
|
syntax: "public OffsetDateTime endTime()"
|
|
desc: "Get the endTime property: End time of the period."
|
|
returns:
|
|
description: "the endTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "PerfMonSet.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Perf<wbr>Mon<wbr>Set 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 PerfMonSet fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the PerfMonSet."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of PerfMonSet from the JsonReader."
|
|
returns:
|
|
description: "An instance of PerfMonSet if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSet?alt=com.azure.resourcemanager.appservice.models.PerfMonSet&text=PerfMonSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.name()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.name()"
|
|
name: "name()"
|
|
nameWithType: "PerfMonSet.name()"
|
|
summary: "Get the name property: Unique key name of the counter."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Unique key name of the counter."
|
|
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.appservice.models.PerfMonSet.startTime()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.startTime()"
|
|
name: "startTime()"
|
|
nameWithType: "PerfMonSet.startTime()"
|
|
summary: "Get the start<wbr>Time property: Start time of the period."
|
|
syntax: "public OffsetDateTime startTime()"
|
|
desc: "Get the startTime property: Start time of the period."
|
|
returns:
|
|
description: "the startTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.timeGrain()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.timeGrain()"
|
|
name: "timeGrain()"
|
|
nameWithType: "PerfMonSet.timeGrain()"
|
|
summary: "Get the time<wbr>Grain property: Presented time grain."
|
|
syntax: "public String timeGrain()"
|
|
desc: "Get the timeGrain property: Presented time grain."
|
|
returns:
|
|
description: "the timeGrain value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "PerfMonSet.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.appservice.models.PerfMonSet.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.validate()"
|
|
name: "validate()"
|
|
nameWithType: "PerfMonSet.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.values()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.values()"
|
|
name: "values()"
|
|
nameWithType: "PerfMonSet.values()"
|
|
summary: "Get the values property: Collection of workers that are active during this time."
|
|
syntax: "public List<PerfMonSample> values()"
|
|
desc: "Get the values property: Collection of workers that are active during this time."
|
|
returns:
|
|
description: "the values value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSample?alt=com.azure.resourcemanager.appservice.models.PerfMonSample&text=PerfMonSample\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.withEndTime(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.withEndTime(OffsetDateTime endTime)"
|
|
name: "withEndTime(OffsetDateTime endTime)"
|
|
nameWithType: "PerfMonSet.withEndTime(OffsetDateTime endTime)"
|
|
summary: "Set the end<wbr>Time property: End time of the period."
|
|
parameters:
|
|
- description: "the endTime value to set."
|
|
name: "endTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public PerfMonSet withEndTime(OffsetDateTime endTime)"
|
|
desc: "Set the endTime property: End time of the period."
|
|
returns:
|
|
description: "the PerfMonSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSet?alt=com.azure.resourcemanager.appservice.models.PerfMonSet&text=PerfMonSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "PerfMonSet.withName(String name)"
|
|
summary: "Set the name property: Unique key name of the counter."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public PerfMonSet withName(String name)"
|
|
desc: "Set the name property: Unique key name of the counter."
|
|
returns:
|
|
description: "the PerfMonSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSet?alt=com.azure.resourcemanager.appservice.models.PerfMonSet&text=PerfMonSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.withStartTime(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.withStartTime(OffsetDateTime startTime)"
|
|
name: "withStartTime(OffsetDateTime startTime)"
|
|
nameWithType: "PerfMonSet.withStartTime(OffsetDateTime startTime)"
|
|
summary: "Set the start<wbr>Time property: Start time of the period."
|
|
parameters:
|
|
- description: "the startTime value to set."
|
|
name: "startTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public PerfMonSet withStartTime(OffsetDateTime startTime)"
|
|
desc: "Set the startTime property: Start time of the period."
|
|
returns:
|
|
description: "the PerfMonSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSet?alt=com.azure.resourcemanager.appservice.models.PerfMonSet&text=PerfMonSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.withTimeGrain(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.withTimeGrain(String timeGrain)"
|
|
name: "withTimeGrain(String timeGrain)"
|
|
nameWithType: "PerfMonSet.withTimeGrain(String timeGrain)"
|
|
summary: "Set the time<wbr>Grain property: Presented time grain."
|
|
parameters:
|
|
- description: "the timeGrain value to set."
|
|
name: "timeGrain"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public PerfMonSet withTimeGrain(String timeGrain)"
|
|
desc: "Set the timeGrain property: Presented time grain."
|
|
returns:
|
|
description: "the PerfMonSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSet?alt=com.azure.resourcemanager.appservice.models.PerfMonSet&text=PerfMonSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PerfMonSet.withValues(java.util.List<com.azure.resourcemanager.appservice.models.PerfMonSample>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PerfMonSet.withValues(List<PerfMonSample> values)"
|
|
name: "withValues(List<PerfMonSample> values)"
|
|
nameWithType: "PerfMonSet.withValues(List<PerfMonSample> values)"
|
|
summary: "Set the values property: Collection of workers that are active during this time."
|
|
parameters:
|
|
- description: "the values value to set."
|
|
name: "values"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSample?alt=com.azure.resourcemanager.appservice.models.PerfMonSample&text=PerfMonSample\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public PerfMonSet withValues(List<PerfMonSample> values)"
|
|
desc: "Set the values property: Collection of workers that are active during this time."
|
|
returns:
|
|
description: "the PerfMonSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSet?alt=com.azure.resourcemanager.appservice.models.PerfMonSet&text=PerfMonSet\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Metric information."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.PerfMonSet?alt=com.azure.resourcemanager.appservice.models.PerfMonSet&text=PerfMonSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|