Uses of Class
com.azure.resourcemanager.appplatform.models.GatewayProperties
Packages that use GatewayProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of GatewayProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return GatewayPropertiesModifier and TypeMethodDescriptionGatewayResourceInner.properties()Get the properties property: Spring Cloud Gateway properties payload.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type GatewayPropertiesModifier and TypeMethodDescriptionGatewayResourceInner.withProperties(GatewayProperties properties) Set the properties property: Spring Cloud Gateway properties payload. -
Uses of GatewayProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return GatewayPropertiesModifier and TypeMethodDescriptionstatic GatewayPropertiesGatewayProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayProperties from the JsonReader.GatewayProperties.withApiMetadataProperties(GatewayApiMetadataProperties apiMetadataProperties) Set the apiMetadataProperties property: API metadata property for Spring Cloud Gateway.GatewayProperties.withApms(List<ApmReference> apms) Set the apms property: Collection of ApmReferences in service level.GatewayProperties.withClientAuth(GatewayPropertiesClientAuth clientAuth) Set the clientAuth property: Client-Certification Authentication.GatewayProperties.withCorsProperties(GatewayCorsProperties corsProperties) Set the corsProperties property: Cross-Origin Resource Sharing property.GatewayProperties.withEnvironmentVariables(GatewayPropertiesEnvironmentVariables environmentVariables) Set the environmentVariables property: Environment variables of Spring Cloud Gateway.GatewayProperties.withHttpsOnly(Boolean httpsOnly) Set the httpsOnly property: Indicate if only https is allowed.GatewayProperties.withPublicProperty(Boolean publicProperty) Set the publicProperty property: Indicates whether the Spring Cloud Gateway exposes endpoint.GatewayProperties.withResourceRequests(GatewayResourceRequests resourceRequests) Set the resourceRequests property: The requested resource quantity for required CPU and Memory.GatewayProperties.withSsoProperties(SsoProperties ssoProperties) Set the ssoProperties property: Single sign-on related configuration.