150 строки
10 KiB
YAML
150 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar"
|
|
name: "EnvironmentVar"
|
|
nameWithType: "EnvironmentVar"
|
|
summary: "Container App container environment variable."
|
|
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 **EnvironmentVar**</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.EnvironmentVar?alt=com.azure.resourcemanager.appservice.models.EnvironmentVar&text=EnvironmentVar\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar.EnvironmentVar()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.EnvironmentVar()"
|
|
name: "EnvironmentVar()"
|
|
nameWithType: "EnvironmentVar.EnvironmentVar()"
|
|
summary: "Creates an instance of Environment<wbr>Var class."
|
|
syntax: "public EnvironmentVar()"
|
|
desc: "Creates an instance of EnvironmentVar class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "EnvironmentVar.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Environment<wbr>Var 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 EnvironmentVar fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the EnvironmentVar."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of EnvironmentVar from the JsonReader."
|
|
returns:
|
|
description: "An instance of EnvironmentVar if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.EnvironmentVar?alt=com.azure.resourcemanager.appservice.models.EnvironmentVar&text=EnvironmentVar\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar.name()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.name()"
|
|
name: "name()"
|
|
nameWithType: "EnvironmentVar.name()"
|
|
summary: "Get the name property: Environment variable name."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Environment variable name."
|
|
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.EnvironmentVar.secretRef()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.secretRef()"
|
|
name: "secretRef()"
|
|
nameWithType: "EnvironmentVar.secretRef()"
|
|
summary: "Get the secret<wbr>Ref property: Name of the Container App secret from which to pull the environment variable value."
|
|
syntax: "public String secretRef()"
|
|
desc: "Get the secretRef property: Name of the Container App secret from which to pull the environment variable value."
|
|
returns:
|
|
description: "the secretRef value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "EnvironmentVar.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.EnvironmentVar.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EnvironmentVar.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar.value()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.value()"
|
|
name: "value()"
|
|
nameWithType: "EnvironmentVar.value()"
|
|
summary: "Get the value property: Non-secret environment variable value."
|
|
syntax: "public String value()"
|
|
desc: "Get the value property: Non-secret environment variable value."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "EnvironmentVar.withName(String name)"
|
|
summary: "Set the name property: Environment variable name."
|
|
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 EnvironmentVar withName(String name)"
|
|
desc: "Set the name property: Environment variable name."
|
|
returns:
|
|
description: "the EnvironmentVar object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.EnvironmentVar?alt=com.azure.resourcemanager.appservice.models.EnvironmentVar&text=EnvironmentVar\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar.withSecretRef(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.withSecretRef(String secretRef)"
|
|
name: "withSecretRef(String secretRef)"
|
|
nameWithType: "EnvironmentVar.withSecretRef(String secretRef)"
|
|
summary: "Set the secret<wbr>Ref property: Name of the Container App secret from which to pull the environment variable value."
|
|
parameters:
|
|
- description: "the secretRef value to set."
|
|
name: "secretRef"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EnvironmentVar withSecretRef(String secretRef)"
|
|
desc: "Set the secretRef property: Name of the Container App secret from which to pull the environment variable value."
|
|
returns:
|
|
description: "the EnvironmentVar object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.EnvironmentVar?alt=com.azure.resourcemanager.appservice.models.EnvironmentVar&text=EnvironmentVar\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.EnvironmentVar.withValue(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.EnvironmentVar.withValue(String value)"
|
|
name: "withValue(String value)"
|
|
nameWithType: "EnvironmentVar.withValue(String value)"
|
|
summary: "Set the value property: Non-secret environment variable value."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EnvironmentVar withValue(String value)"
|
|
desc: "Set the value property: Non-secret environment variable value."
|
|
returns:
|
|
description: "the EnvironmentVar object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.EnvironmentVar?alt=com.azure.resourcemanager.appservice.models.EnvironmentVar&text=EnvironmentVar\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Container App container environment variable."
|
|
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.EnvironmentVar?alt=com.azure.resourcemanager.appservice.models.EnvironmentVar&text=EnvironmentVar\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|