Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AddressResponseInner
Packages that use AddressResponseInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of AddressResponseInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return AddressResponseInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getVipInfo(String resourceGroupName, String name) Get IP addresses assigned to an App Service Environment.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type AddressResponseInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getVipInfoAsync(String resourceGroupName, String name) Get IP addresses assigned to an App Service Environment.com.azure.core.http.rest.Response<AddressResponseInner> AppServiceEnvironmentsClient.getVipInfoWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Get IP addresses assigned to an App Service Environment.Mono<com.azure.core.http.rest.Response<AddressResponseInner>> AppServiceEnvironmentsClient.getVipInfoWithResponseAsync(String resourceGroupName, String name) Get IP addresses assigned to an App Service Environment. -
Uses of AddressResponseInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AddressResponseInnerModifier and TypeMethodDescriptionstatic AddressResponseInnerAddressResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AddressResponseInner from the JsonReader.