Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AddressResponseInner
Packages that use AddressResponseInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
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 AddressResponseInner
AddressResponseInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AddressResponseInner from the JsonReader.AddressResponseInner.withInternalIpAddress
(String internalIpAddress) Set the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.Set the kind property: Kind of resource.AddressResponseInner.withOutboundIpAddresses
(List<String> outboundIpAddresses) Set the outboundIpAddresses property: IP addresses appearing on outbound connections.AddressResponseInner.withServiceIpAddress
(String serviceIpAddress) Set the serviceIpAddress property: Main public virtual IP.AddressResponseInner.withVipMappings
(List<VirtualIpMapping> vipMappings) Set the vipMappings property: Additional virtual IPs.