Uses of Class
com.azure.resourcemanager.appservice.models.IpAddress
Packages that use IpAddress
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of IpAddress in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return IpAddressModifier and TypeMethodDescriptionstatic IpAddress
IpAddress.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of IpAddress from the JsonReader.IpAddress.withAddress
(String address) Set the address property: The address.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type IpAddressModifier and TypeMethodDescriptionFlowEndpoints.accessEndpointIpAddresses()
Get the accessEndpointIpAddresses property: The access endpoint ip address.FlowEndpoints.outgoingIpAddresses()
Get the outgoingIpAddresses property: The outgoing ip address.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type IpAddressModifier and TypeMethodDescriptionFlowEndpoints.withAccessEndpointIpAddresses
(List<IpAddress> accessEndpointIpAddresses) Set the accessEndpointIpAddresses property: The access endpoint ip address.FlowEndpoints.withOutgoingIpAddresses
(List<IpAddress> outgoingIpAddresses) Set the outgoingIpAddresses property: The outgoing ip address.