Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendConfiguration
Packages that use BackendConfiguration
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendConfiguration in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendConfigurationModifier and TypeMethodDescriptionApiManagementGatewayResourceInner.backend()Get the backend property: Information regarding how the gateway should integrate with backend systems.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type BackendConfigurationModifier and TypeMethodDescriptionApiManagementGatewayProperties.withBackend(BackendConfiguration backend) Set the backend property: Information regarding how the gateway should integrate with backend systems.ApiManagementGatewayResourceInner.withBackend(BackendConfiguration backend) Set the backend property: Information regarding how the gateway should integrate with backend systems.ApiManagementGatewayUpdateProperties.withBackend(BackendConfiguration backend) Set the backend property: Information regarding how the gateway should integrate with backend systems. -
Uses of BackendConfiguration in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendConfigurationModifier and TypeMethodDescriptionApiManagementGatewayBaseProperties.backend()Get the backend property: Information regarding how the gateway should integrate with backend systems.ApiManagementGatewayResource.backend()Gets the backend property: Information regarding how the gateway should integrate with backend systems.ApiManagementGatewayUpdateParameters.backend()Get the backend property: Information regarding how the gateway should integrate with backend systems.static BackendConfigurationBackendConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendConfiguration from the JsonReader.BackendConfiguration.withSubnet(BackendSubnetConfiguration subnet) Set the subnet property: The default hostname of the data-plane gateway to which requests can be sent.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendConfigurationModifier and TypeMethodDescriptionApiManagementGatewayBaseProperties.withBackend(BackendConfiguration backend) Set the backend property: Information regarding how the gateway should integrate with backend systems.ApiManagementGatewayResource.DefinitionStages.WithBackend.withBackend(BackendConfiguration backend) Specifies the backend property: Information regarding how the gateway should integrate with backend systems..ApiManagementGatewayResource.UpdateStages.WithBackend.withBackend(BackendConfiguration backend) Specifies the backend property: Information regarding how the gateway should integrate with backend systems..ApiManagementGatewayUpdateParameters.withBackend(BackendConfiguration backend) Set the backend property: Information regarding how the gateway should integrate with backend systems.