Uses of Class
com.azure.resourcemanager.apimanagement.models.FrontendConfiguration
Packages that use FrontendConfiguration
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of FrontendConfiguration in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return FrontendConfigurationModifier and TypeMethodDescriptionApiManagementGatewayResourceInner.frontend()Get the frontend property: Information regarding how the gateway should be exposed.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type FrontendConfigurationModifier and TypeMethodDescriptionApiManagementGatewayProperties.withFrontend(FrontendConfiguration frontend) Set the frontend property: Information regarding how the gateway should be exposed.ApiManagementGatewayResourceInner.withFrontend(FrontendConfiguration frontend) Set the frontend property: Information regarding how the gateway should be exposed.ApiManagementGatewayUpdateProperties.withFrontend(FrontendConfiguration frontend) Set the frontend property: Information regarding how the gateway should be exposed. -
Uses of FrontendConfiguration in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return FrontendConfigurationModifier and TypeMethodDescriptionstatic FrontendConfigurationFrontendConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FrontendConfiguration from the JsonReader.ApiManagementGatewayBaseProperties.frontend()Get the frontend property: Information regarding how the gateway should be exposed.ApiManagementGatewayResource.frontend()Gets the frontend property: Information regarding how the gateway should be exposed.ApiManagementGatewayUpdateParameters.frontend()Get the frontend property: Information regarding how the gateway should be exposed.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type FrontendConfigurationModifier and TypeMethodDescriptionApiManagementGatewayBaseProperties.withFrontend(FrontendConfiguration frontend) Set the frontend property: Information regarding how the gateway should be exposed.ApiManagementGatewayResource.DefinitionStages.WithFrontend.withFrontend(FrontendConfiguration frontend) Specifies the frontend property: Information regarding how the gateway should be exposed..ApiManagementGatewayResource.UpdateStages.WithFrontend.withFrontend(FrontendConfiguration frontend) Specifies the frontend property: Information regarding how the gateway should be exposed..ApiManagementGatewayUpdateParameters.withFrontend(FrontendConfiguration frontend) Set the frontend property: Information regarding how the gateway should be exposed.