Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AddressResponseProperties
Packages that use AddressResponseProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of AddressResponseProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type AddressResponsePropertiesModifier and TypeClassDescriptionfinal classAddressResponse resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return AddressResponsePropertiesModifier and TypeMethodDescriptionstatic AddressResponsePropertiesAddressResponseProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AddressResponseProperties from the JsonReader.AddressResponseProperties.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.AddressResponseProperties.withOutboundIpAddresses(List<String> outboundIpAddresses) Set the outboundIpAddresses property: IP addresses appearing on outbound connections.AddressResponseProperties.withServiceIpAddress(String serviceIpAddress) Set the serviceIpAddress property: Main public virtual IP.AddressResponseProperties.withVipMappings(List<VirtualIpMapping> vipMappings) Set the vipMappings property: Additional virtual IPs.