Uses of Class
com.azure.resourcemanager.appservice.models.VirtualIpMapping
Packages that use VirtualIpMapping
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of VirtualIpMapping in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type VirtualIpMappingModifier and TypeMethodDescriptionAddressResponseInner.vipMappings()
Get the vipMappings property: Additional virtual IPs.AddressResponseProperties.vipMappings()
Get the vipMappings property: Additional virtual IPs.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type VirtualIpMappingModifier and TypeMethodDescriptionAddressResponseInner.withVipMappings
(List<VirtualIpMapping> vipMappings) Set the vipMappings property: Additional virtual IPs.AddressResponseProperties.withVipMappings
(List<VirtualIpMapping> vipMappings) Set the vipMappings property: Additional virtual IPs. -
Uses of VirtualIpMapping in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return VirtualIpMappingModifier and TypeMethodDescriptionstatic VirtualIpMapping
VirtualIpMapping.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualIpMapping from the JsonReader.VirtualIpMapping.withInternalHttpPort
(Integer internalHttpPort) Set the internalHttpPort property: Internal HTTP port.VirtualIpMapping.withInternalHttpsPort
(Integer internalHttpsPort) Set the internalHttpsPort property: Internal HTTPS port.Set the inUse property: Is virtual IP mapping in use.VirtualIpMapping.withServiceName
(String serviceName) Set the serviceName property: name of the service that virtual IP is assigned to.VirtualIpMapping.withVirtualIp
(String virtualIp) Set the virtualIp property: Virtual IP address.