GatewayPropertiesEnvironmentVariables Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. GatewayPropertiesEnvironmentVariables
- com.
Implements
public final class GatewayPropertiesEnvironmentVariables
implements JsonSerializable<GatewayPropertiesEnvironmentVariables>
Environment variables of Spring Cloud Gateway.
Constructor Summary
Constructor | Description |
---|---|
GatewayPropertiesEnvironmentVariables() |
Creates an instance of Gateway |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
Map<String,String> |
properties()
Get the properties property: Non-sensitive properties. |
Map<String,String> |
secrets()
Get the secrets property: Sensitive properties. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Gateway |
withProperties(Map<String,String> properties)
Set the properties property: Non-sensitive properties. |
Gateway |
withSecrets(Map<String,String> secrets)
Set the secrets property: Sensitive properties. |
Methods inherited from java.lang.Object
Constructor Details
GatewayPropertiesEnvironmentVariables
public GatewayPropertiesEnvironmentVariables()
Creates an instance of GatewayPropertiesEnvironmentVariables class.
Method Details
fromJson
public static GatewayPropertiesEnvironmentVariables fromJson(JsonReader jsonReader)
Reads an instance of GatewayPropertiesEnvironmentVariables from the JsonReader.
Parameters:
Returns:
Throws:
properties
public Map
Get the properties property: Non-sensitive properties.
Returns:
secrets
public Map
Get the secrets property: Sensitive properties.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public GatewayPropertiesEnvironmentVariables withProperties(Map
Set the properties property: Non-sensitive properties.
Parameters:
Returns:
withSecrets
public GatewayPropertiesEnvironmentVariables withSecrets(Map
Set the secrets property: Sensitive properties.
Parameters:
Returns:
Applies to
Azure SDK for Java