Uses of Class
com.azure.resourcemanager.appplatform.models.GatewayApiMetadataProperties
Packages that use GatewayApiMetadataProperties
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of GatewayApiMetadataProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return GatewayApiMetadataPropertiesModifier and TypeMethodDescriptionGatewayProperties.apiMetadataProperties()Get the apiMetadataProperties property: API metadata property for Spring Cloud Gateway.GatewayApiMetadataProperties.withDescription(String description) Set the description property: Detailed description of the APIs available on the Gateway instance (default: `Generated OpenAPI 3 document that describes the API routes configured.`).GatewayApiMetadataProperties.withDocumentation(String documentation) Set the documentation property: Location of additional documentation for the APIs available on the Gateway instance.GatewayApiMetadataProperties.withServerUrl(String serverUrl) Set the serverUrl property: Base URL that API consumers will use to access APIs on the Gateway instance.Set the title property: Title describing the context of the APIs available on the Gateway instance (default: `Spring Cloud Gateway for K8S`).GatewayApiMetadataProperties.withVersion(String version) Set the version property: Version of APIs available on this Gateway instance (default: `unspecified`).Methods in com.azure.resourcemanager.appplatform.models with parameters of type GatewayApiMetadataPropertiesModifier and TypeMethodDescriptionGatewayProperties.withApiMetadataProperties(GatewayApiMetadataProperties apiMetadataProperties) Set the apiMetadataProperties property: API metadata property for Spring Cloud Gateway.