150 строки
11 KiB
YAML
150 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData"
|
|
name: "ContainerThrottlingData"
|
|
nameWithType: "ContainerThrottlingData"
|
|
summary: "The Container<wbr>Throttling<wbr>Data model."
|
|
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 **ContainerThrottlingData**</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.ContainerThrottlingData?alt=com.azure.resourcemanager.appservice.models.ContainerThrottlingData&text=ContainerThrottlingData\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.ContainerThrottlingData()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.ContainerThrottlingData()"
|
|
name: "ContainerThrottlingData()"
|
|
nameWithType: "ContainerThrottlingData.ContainerThrottlingData()"
|
|
summary: "Creates an instance of Container<wbr>Throttling<wbr>Data class."
|
|
syntax: "public ContainerThrottlingData()"
|
|
desc: "Creates an instance of ContainerThrottlingData class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "ContainerThrottlingData.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Container<wbr>Throttling<wbr>Data 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 ContainerThrottlingData fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the ContainerThrottlingData."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of ContainerThrottlingData from the JsonReader."
|
|
returns:
|
|
description: "An instance of ContainerThrottlingData 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.appservice.models.ContainerThrottlingData?alt=com.azure.resourcemanager.appservice.models.ContainerThrottlingData&text=ContainerThrottlingData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.periods()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.periods()"
|
|
name: "periods()"
|
|
nameWithType: "ContainerThrottlingData.periods()"
|
|
summary: "Get the periods property: The periods property."
|
|
syntax: "public Integer periods()"
|
|
desc: "Get the periods property: The periods property."
|
|
returns:
|
|
description: "the periods value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.throttledPeriods()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.throttledPeriods()"
|
|
name: "throttledPeriods()"
|
|
nameWithType: "ContainerThrottlingData.throttledPeriods()"
|
|
summary: "Get the throttled<wbr>Periods property: The throttled<wbr>Periods property."
|
|
syntax: "public Integer throttledPeriods()"
|
|
desc: "Get the throttledPeriods property: The throttledPeriods property."
|
|
returns:
|
|
description: "the throttledPeriods value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.throttledTime()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.throttledTime()"
|
|
name: "throttledTime()"
|
|
nameWithType: "ContainerThrottlingData.throttledTime()"
|
|
summary: "Get the throttled<wbr>Time property: The throttled<wbr>Time property."
|
|
syntax: "public Integer throttledTime()"
|
|
desc: "Get the throttledTime property: The throttledTime property."
|
|
returns:
|
|
description: "the throttledTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "ContainerThrottlingData.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.ContainerThrottlingData.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ContainerThrottlingData.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.withPeriods(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.withPeriods(Integer periods)"
|
|
name: "withPeriods(Integer periods)"
|
|
nameWithType: "ContainerThrottlingData.withPeriods(Integer periods)"
|
|
summary: "Set the periods property: The periods property."
|
|
parameters:
|
|
- description: "the periods value to set."
|
|
name: "periods"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public ContainerThrottlingData withPeriods(Integer periods)"
|
|
desc: "Set the periods property: The periods property."
|
|
returns:
|
|
description: "the ContainerThrottlingData object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ContainerThrottlingData?alt=com.azure.resourcemanager.appservice.models.ContainerThrottlingData&text=ContainerThrottlingData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.withThrottledPeriods(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.withThrottledPeriods(Integer throttledPeriods)"
|
|
name: "withThrottledPeriods(Integer throttledPeriods)"
|
|
nameWithType: "ContainerThrottlingData.withThrottledPeriods(Integer throttledPeriods)"
|
|
summary: "Set the throttled<wbr>Periods property: The throttled<wbr>Periods property."
|
|
parameters:
|
|
- description: "the throttledPeriods value to set."
|
|
name: "throttledPeriods"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public ContainerThrottlingData withThrottledPeriods(Integer throttledPeriods)"
|
|
desc: "Set the throttledPeriods property: The throttledPeriods property."
|
|
returns:
|
|
description: "the ContainerThrottlingData object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ContainerThrottlingData?alt=com.azure.resourcemanager.appservice.models.ContainerThrottlingData&text=ContainerThrottlingData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.withThrottledTime(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ContainerThrottlingData.withThrottledTime(Integer throttledTime)"
|
|
name: "withThrottledTime(Integer throttledTime)"
|
|
nameWithType: "ContainerThrottlingData.withThrottledTime(Integer throttledTime)"
|
|
summary: "Set the throttled<wbr>Time property: The throttled<wbr>Time property."
|
|
parameters:
|
|
- description: "the throttledTime value to set."
|
|
name: "throttledTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public ContainerThrottlingData withThrottledTime(Integer throttledTime)"
|
|
desc: "Set the throttledTime property: The throttledTime property."
|
|
returns:
|
|
description: "the ContainerThrottlingData object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ContainerThrottlingData?alt=com.azure.resourcemanager.appservice.models.ContainerThrottlingData&text=ContainerThrottlingData\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The ContainerThrottlingData model."
|
|
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.ContainerThrottlingData?alt=com.azure.resourcemanager.appservice.models.ContainerThrottlingData&text=ContainerThrottlingData\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|