Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AddressResponseInner
-
Packages that use AddressResponseInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 AddressResponseInner Modifier and Type Method Description AddressResponseInnerAppServiceEnvironmentsClient. getVipInfo(String resourceGroupName, String name)Description for Get IP addresses assigned to an App Service Environment.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type AddressResponseInner Modifier and Type Method Description Mono<AddressResponseInner>AppServiceEnvironmentsClient. getVipInfoAsync(String resourceGroupName, String name)Description for 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)Description for Get IP addresses assigned to an App Service Environment.Mono<com.azure.core.http.rest.Response<AddressResponseInner>>AppServiceEnvironmentsClient. getVipInfoWithResponseAsync(String resourceGroupName, String name)Description for 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 AddressResponseInner Modifier and Type Method Description AddressResponseInnerAddressResponseInner. 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.AddressResponseInnerAddressResponseInner. withKind(String kind)Set the kind property: Kind of resource.AddressResponseInnerAddressResponseInner. withOutboundIpAddresses(List<String> outboundIpAddresses)Set the outboundIpAddresses property: IP addresses appearing on outbound connections.AddressResponseInnerAddressResponseInner. withServiceIpAddress(String serviceIpAddress)Set the serviceIpAddress property: Main public virtual IP.AddressResponseInnerAddressResponseInner. withVipMappings(List<VirtualIpMapping> vipMappings)Set the vipMappings property: Additional virtual IPs.
-