| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AddressResponseInner |
AppServiceEnvironmentsClient.getVipInfo(String resourceGroupName,
String name)
Description for Get IP addresses assigned to an App Service Environment.
|
| Modifier and Type | Method and Description |
|---|---|
AddressResponseInner |
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.
|
AddressResponseInner |
AddressResponseInner.withKind(String kind)
Set the kind property: Kind of resource.
|
AddressResponseInner |
AddressResponseInner.withOutboundIpAddresses(List<String> outboundIpAddresses)
Set the outboundIpAddresses property: IP addresses appearing on outbound connections.
|
AddressResponseInner |
AddressResponseInner.withServiceIpAddress(String serviceIpAddress)
Set the serviceIpAddress property: Main public virtual IP.
|
AddressResponseInner |
AddressResponseInner.withVipMappings(List<VirtualIpMapping> vipMappings)
Set the vipMappings property: Additional virtual IPs.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.