Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ServerFarmInstanceDetailsInner
Packages that use ServerFarmInstanceDetailsInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of ServerFarmInstanceDetailsInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ServerFarmInstanceDetailsInnerModifier and TypeMethodDescriptionAppServicePlansClient.getServerFarmInstanceDetails(String resourceGroupName, String name) Get the instance details for an app service plan.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ServerFarmInstanceDetailsInnerModifier and TypeMethodDescriptionAppServicePlansClient.getServerFarmInstanceDetailsAsync(String resourceGroupName, String name) Get the instance details for an app service plan.com.azure.core.http.rest.Response<ServerFarmInstanceDetailsInner> AppServicePlansClient.getServerFarmInstanceDetailsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Get the instance details for an app service plan.Mono<com.azure.core.http.rest.Response<ServerFarmInstanceDetailsInner>> AppServicePlansClient.getServerFarmInstanceDetailsWithResponseAsync(String resourceGroupName, String name) Get the instance details for an app service plan. -
Uses of ServerFarmInstanceDetailsInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type ServerFarmInstanceDetailsInnerModifier and TypeClassDescriptionfinal classRepresents instance details for an app service plan.Methods in com.azure.resourcemanager.appservice.fluent.models that return ServerFarmInstanceDetailsInnerModifier and TypeMethodDescriptionServerFarmInstanceDetailsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerFarmInstanceDetailsInner from the JsonReader.