246 строки
17 KiB
YAML
246 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.DaprConfig"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig"
|
|
name: "DaprConfig"
|
|
nameWithType: "DaprConfig"
|
|
summary: "App Dapr configuration."
|
|
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 **DaprConfig**</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.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.DaprConfig()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.DaprConfig()"
|
|
name: "DaprConfig()"
|
|
nameWithType: "DaprConfig.DaprConfig()"
|
|
summary: "Creates an instance of Dapr<wbr>Config class."
|
|
syntax: "public DaprConfig()"
|
|
desc: "Creates an instance of DaprConfig class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.appId()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.appId()"
|
|
name: "appId()"
|
|
nameWithType: "DaprConfig.appId()"
|
|
summary: "Get the app<wbr>Id property: Dapr application identifier."
|
|
syntax: "public String appId()"
|
|
desc: "Get the appId property: Dapr application identifier."
|
|
returns:
|
|
description: "the appId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.appPort()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.appPort()"
|
|
name: "appPort()"
|
|
nameWithType: "DaprConfig.appPort()"
|
|
summary: "Get the app<wbr>Port property: Tells Dapr which port your application is listening on."
|
|
syntax: "public Integer appPort()"
|
|
desc: "Get the appPort property: Tells Dapr which port your application is listening on."
|
|
returns:
|
|
description: "the appPort value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.enableApiLogging()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.enableApiLogging()"
|
|
name: "enableApiLogging()"
|
|
nameWithType: "DaprConfig.enableApiLogging()"
|
|
summary: "Get the enable<wbr>Api<wbr>Logging property: Enables API logging for the Dapr sidecar."
|
|
syntax: "public Boolean enableApiLogging()"
|
|
desc: "Get the enableApiLogging property: Enables API logging for the Dapr sidecar."
|
|
returns:
|
|
description: "the enableApiLogging value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.enabled()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.enabled()"
|
|
name: "enabled()"
|
|
nameWithType: "DaprConfig.enabled()"
|
|
summary: "Get the enabled property: Boolean indicating if the Dapr side car is enabled."
|
|
syntax: "public Boolean enabled()"
|
|
desc: "Get the enabled property: Boolean indicating if the Dapr side car is enabled."
|
|
returns:
|
|
description: "the enabled value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DaprConfig.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Dapr<wbr>Config 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 DaprConfig fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DaprConfig."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DaprConfig from the JsonReader."
|
|
returns:
|
|
description: "An instance of DaprConfig 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.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.httpMaxRequestSize()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.httpMaxRequestSize()"
|
|
name: "httpMaxRequestSize()"
|
|
nameWithType: "DaprConfig.httpMaxRequestSize()"
|
|
summary: "Get the http<wbr>Max<wbr>Request<wbr>Size property: Increasing max size of request body http servers parameter in MB to handle uploading of big files."
|
|
syntax: "public Integer httpMaxRequestSize()"
|
|
desc: "Get the httpMaxRequestSize property: Increasing max size of request body http servers parameter in MB to handle uploading of big files. Default is 4 MB."
|
|
returns:
|
|
description: "the httpMaxRequestSize value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.httpReadBufferSize()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.httpReadBufferSize()"
|
|
name: "httpReadBufferSize()"
|
|
nameWithType: "DaprConfig.httpReadBufferSize()"
|
|
summary: "Get the http<wbr>Read<wbr>Buffer<wbr>Size property: Dapr max size of http header read buffer in KB to handle when sending multi-KB headers."
|
|
syntax: "public Integer httpReadBufferSize()"
|
|
desc: "Get the httpReadBufferSize property: Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB."
|
|
returns:
|
|
description: "the httpReadBufferSize value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.logLevel()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.logLevel()"
|
|
name: "logLevel()"
|
|
nameWithType: "DaprConfig.logLevel()"
|
|
summary: "Get the log<wbr>Level property: Sets the log level for the Dapr sidecar."
|
|
syntax: "public DaprLogLevel logLevel()"
|
|
desc: "Get the logLevel property: Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info."
|
|
returns:
|
|
description: "the logLevel value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprLogLevel?alt=com.azure.resourcemanager.appservice.models.DaprLogLevel&text=DaprLogLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DaprConfig.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.DaprConfig.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DaprConfig.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.withAppId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.withAppId(String appId)"
|
|
name: "withAppId(String appId)"
|
|
nameWithType: "DaprConfig.withAppId(String appId)"
|
|
summary: "Set the app<wbr>Id property: Dapr application identifier."
|
|
parameters:
|
|
- description: "the appId value to set."
|
|
name: "appId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DaprConfig withAppId(String appId)"
|
|
desc: "Set the appId property: Dapr application identifier."
|
|
returns:
|
|
description: "the DaprConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.withAppPort(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.withAppPort(Integer appPort)"
|
|
name: "withAppPort(Integer appPort)"
|
|
nameWithType: "DaprConfig.withAppPort(Integer appPort)"
|
|
summary: "Set the app<wbr>Port property: Tells Dapr which port your application is listening on."
|
|
parameters:
|
|
- description: "the appPort value to set."
|
|
name: "appPort"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public DaprConfig withAppPort(Integer appPort)"
|
|
desc: "Set the appPort property: Tells Dapr which port your application is listening on."
|
|
returns:
|
|
description: "the DaprConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.withEnableApiLogging(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.withEnableApiLogging(Boolean enableApiLogging)"
|
|
name: "withEnableApiLogging(Boolean enableApiLogging)"
|
|
nameWithType: "DaprConfig.withEnableApiLogging(Boolean enableApiLogging)"
|
|
summary: "Set the enable<wbr>Api<wbr>Logging property: Enables API logging for the Dapr sidecar."
|
|
parameters:
|
|
- description: "the enableApiLogging value to set."
|
|
name: "enableApiLogging"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public DaprConfig withEnableApiLogging(Boolean enableApiLogging)"
|
|
desc: "Set the enableApiLogging property: Enables API logging for the Dapr sidecar."
|
|
returns:
|
|
description: "the DaprConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.withEnabled(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.withEnabled(Boolean enabled)"
|
|
name: "withEnabled(Boolean enabled)"
|
|
nameWithType: "DaprConfig.withEnabled(Boolean enabled)"
|
|
summary: "Set the enabled property: Boolean indicating if the Dapr side car is enabled."
|
|
parameters:
|
|
- description: "the enabled value to set."
|
|
name: "enabled"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public DaprConfig withEnabled(Boolean enabled)"
|
|
desc: "Set the enabled property: Boolean indicating if the Dapr side car is enabled."
|
|
returns:
|
|
description: "the DaprConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.withHttpMaxRequestSize(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.withHttpMaxRequestSize(Integer httpMaxRequestSize)"
|
|
name: "withHttpMaxRequestSize(Integer httpMaxRequestSize)"
|
|
nameWithType: "DaprConfig.withHttpMaxRequestSize(Integer httpMaxRequestSize)"
|
|
summary: "Set the http<wbr>Max<wbr>Request<wbr>Size property: Increasing max size of request body http servers parameter in MB to handle uploading of big files."
|
|
parameters:
|
|
- description: "the httpMaxRequestSize value to set."
|
|
name: "httpMaxRequestSize"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public DaprConfig withHttpMaxRequestSize(Integer httpMaxRequestSize)"
|
|
desc: "Set the httpMaxRequestSize property: Increasing max size of request body http servers parameter in MB to handle uploading of big files. Default is 4 MB."
|
|
returns:
|
|
description: "the DaprConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.withHttpReadBufferSize(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.withHttpReadBufferSize(Integer httpReadBufferSize)"
|
|
name: "withHttpReadBufferSize(Integer httpReadBufferSize)"
|
|
nameWithType: "DaprConfig.withHttpReadBufferSize(Integer httpReadBufferSize)"
|
|
summary: "Set the http<wbr>Read<wbr>Buffer<wbr>Size property: Dapr max size of http header read buffer in KB to handle when sending multi-KB headers."
|
|
parameters:
|
|
- description: "the httpReadBufferSize value to set."
|
|
name: "httpReadBufferSize"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public DaprConfig withHttpReadBufferSize(Integer httpReadBufferSize)"
|
|
desc: "Set the httpReadBufferSize property: Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB."
|
|
returns:
|
|
description: "the DaprConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DaprConfig.withLogLevel(com.azure.resourcemanager.appservice.models.DaprLogLevel)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DaprConfig.withLogLevel(DaprLogLevel logLevel)"
|
|
name: "withLogLevel(DaprLogLevel logLevel)"
|
|
nameWithType: "DaprConfig.withLogLevel(DaprLogLevel logLevel)"
|
|
summary: "Set the log<wbr>Level property: Sets the log level for the Dapr sidecar."
|
|
parameters:
|
|
- description: "the logLevel value to set."
|
|
name: "logLevel"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprLogLevel?alt=com.azure.resourcemanager.appservice.models.DaprLogLevel&text=DaprLogLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DaprConfig withLogLevel(DaprLogLevel logLevel)"
|
|
desc: "Set the logLevel property: Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info."
|
|
returns:
|
|
description: "the DaprConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "App Dapr configuration."
|
|
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.DaprConfig?alt=com.azure.resourcemanager.appservice.models.DaprConfig&text=DaprConfig\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0
|