Uses of Class
com.azure.resourcemanager.containerinstance.models.IpAddress
-
Packages that use IpAddress Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of IpAddress in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return IpAddress Modifier and Type Method Description IpAddressContainerGroupInner. ipAddress()Get the ipAddress property: The IP address type of the container group.IpAddressContainerGroupProperties. ipAddress()Get the ipAddress property: The IP address type of the container group.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type IpAddress Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withIpAddress(IpAddress ipAddress)Set the ipAddress property: The IP address type of the container group.ContainerGroupPropertiesContainerGroupProperties. withIpAddress(IpAddress ipAddress)Set the ipAddress property: The IP address type of the container group. -
Uses of IpAddress in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return IpAddress Modifier and Type Method Description IpAddressIpAddress. withDnsNameLabel(String dnsNameLabel)Set the dnsNameLabel property: The Dns name label for the IP.IpAddressIpAddress. withIp(String ip)Set the ip property: The IP exposed to the public internet.IpAddressIpAddress. withPorts(List<Port> ports)Set the ports property: The list of ports exposed on the container group.IpAddressIpAddress. withType(ContainerGroupIpAddressType type)Set the type property: Specifies if the IP is exposed to the public internet or private VNET.
-