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 TypeMethodDescriptionGatewayProperties.withApiMetadataProperties(GatewayApiMetadataProperties apiMetadataProperties) Set the apiMetadataProperties property: API metadata property for Spring Cloud Gateway.GatewayProperties.withCorsProperties(GatewayCorsProperties corsProperties) Set the corsProperties property: Cross-Origin Resource Sharing property.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.