Uses of Class
com.microsoft.azure.management.containerinstance.IpAddress
Packages that use IpAddress
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of IpAddress in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return IpAddressModifier and TypeMethodDescriptionIpAddress.withDnsNameLabel(String dnsNameLabel) Set the Dns name label for the IP.Set the IP exposed to the public internet.Set the list of ports exposed on the container group.IpAddress.withType(ContainerGroupIpAddressType type) Set specifies if the IP is exposed to the public internet or private VNET.