Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendSubnetConfiguration
Packages that use BackendSubnetConfiguration
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of BackendSubnetConfiguration in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendSubnetConfigurationModifier and TypeMethodDescriptionstatic BackendSubnetConfigurationBackendSubnetConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendSubnetConfiguration from the JsonReader.BackendConfiguration.subnet()Get the subnet property: The default hostname of the data-plane gateway to which requests can be sent.Set the id property: The ARM ID of the subnet in which the backend systems are hosted.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendSubnetConfigurationModifier and TypeMethodDescriptionBackendConfiguration.withSubnet(BackendSubnetConfiguration subnet) Set the subnet property: The default hostname of the data-plane gateway to which requests can be sent.