Uses of Class
com.azure.resourcemanager.appservice.models.VirtualIpMapping
-
Packages that use VirtualIpMapping Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 VirtualIpMapping Modifier and Type Method Description List<VirtualIpMapping>AddressResponseInner. vipMappings()Get the vipMappings property: Additional virtual IPs.List<VirtualIpMapping>AddressResponseProperties. vipMappings()Get the vipMappings property: Additional virtual IPs.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type VirtualIpMapping Modifier and Type Method Description AddressResponseInnerAddressResponseInner. withVipMappings(List<VirtualIpMapping> vipMappings)Set the vipMappings property: Additional virtual IPs.AddressResponsePropertiesAddressResponseProperties. 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 VirtualIpMapping Modifier and Type Method Description VirtualIpMappingVirtualIpMapping. withInternalHttpPort(Integer internalHttpPort)Set the internalHttpPort property: Internal HTTP port.VirtualIpMappingVirtualIpMapping. withInternalHttpsPort(Integer internalHttpsPort)Set the internalHttpsPort property: Internal HTTPS port.VirtualIpMappingVirtualIpMapping. withInUse(Boolean inUse)Set the inUse property: Is virtual IP mapping in use.VirtualIpMappingVirtualIpMapping. withServiceName(String serviceName)Set the serviceName property: name of the service that virtual IP is assigned to.VirtualIpMappingVirtualIpMapping. withVirtualIp(String virtualIp)Set the virtualIp property: Virtual IP address.
-