Uses of Class
com.azure.resourcemanager.appservice.models.ServerFarmNetworkSettings
Packages that use ServerFarmNetworkSettings
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ServerFarmNetworkSettings in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ServerFarmNetworkSettingsModifier and TypeMethodDescriptionAppServicePlanInner.network()Get the network property: All network settings for the server farm.AppServicePlanProperties.network()Get the network property: All network settings for the server farm.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ServerFarmNetworkSettingsModifier and TypeMethodDescriptionAppServicePlanInner.withNetwork(ServerFarmNetworkSettings network) Set the network property: All network settings for the server farm.AppServicePlanProperties.withNetwork(ServerFarmNetworkSettings network) Set the network property: All network settings for the server farm. -
Uses of ServerFarmNetworkSettings in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type ServerFarmNetworkSettingsModifier and TypeClassDescriptionfinal classNetwork settings for an app service plan.Methods in com.azure.resourcemanager.appservice.models that return ServerFarmNetworkSettingsModifier and TypeMethodDescriptionstatic ServerFarmNetworkSettingsServerFarmNetworkSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerFarmNetworkSettings from the JsonReader.ServerFarmNetworkSettings.withVirtualNetworkSubnetId(String virtualNetworkSubnetId) Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.