Uses of Class
com.azure.resourcemanager.appplatform.models.GatewayPropertiesEnvironmentVariables
Packages that use GatewayPropertiesEnvironmentVariables
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of GatewayPropertiesEnvironmentVariables in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return GatewayPropertiesEnvironmentVariablesModifier and TypeMethodDescriptionGatewayProperties.environmentVariables()Get the environmentVariables property: Environment variables of Spring Cloud Gateway.GatewayPropertiesEnvironmentVariables.withProperties(Map<String, String> properties) Set the properties property: Non-sensitive properties.GatewayPropertiesEnvironmentVariables.withSecrets(Map<String, String> secrets) Set the secrets property: Sensitive properties.Methods in com.azure.resourcemanager.appplatform.models with parameters of type GatewayPropertiesEnvironmentVariablesModifier and TypeMethodDescriptionGatewayProperties.withEnvironmentVariables(GatewayPropertiesEnvironmentVariables environmentVariables) Set the environmentVariables property: Environment variables of Spring Cloud Gateway.