Uses of Class
com.azure.resourcemanager.appservice.models.ServerFarmInstance
Packages that use ServerFarmInstance
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ServerFarmInstance in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ServerFarmInstanceModifier and TypeMethodDescriptionServerFarmInstanceDetailsInner.instances()Get the instances property: The list of server farm instances.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ServerFarmInstanceModifier and TypeMethodDescriptionServerFarmInstanceDetailsInner.withInstances(List<ServerFarmInstance> instances) Set the instances property: The list of server farm instances. -
Uses of ServerFarmInstance in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type ServerFarmInstanceModifier and TypeClassDescriptionfinal classRepresents details of a single instance in a server farm.Methods in com.azure.resourcemanager.appservice.models that return ServerFarmInstanceModifier and TypeMethodDescriptionstatic ServerFarmInstanceServerFarmInstance.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerFarmInstance from the JsonReader.ServerFarmInstance.withInstanceName(String instanceName) Set the instanceName property: The instance name.ServerFarmInstance.withIpAddress(String ipAddress) Set the ipAddress property: The instance IP address.ServerFarmInstance.withStatus(String status) Set the status property: The instance status.