Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
IpAddress |
IpAddress.withDnsNameLabel(String dnsNameLabel)
Set the Dns name label for the IP.
|
IpAddress |
IpAddress.withIp(String ip)
Set the IP exposed to the public internet.
|
IpAddress |
IpAddress.withPorts(List<Port> ports)
Set the list of ports exposed on the container group.
|
IpAddress |
IpAddress.withType(ContainerGroupIpAddressType type)
Set specifies if the IP is exposed to the public internet or private VNET.
|
Copyright © 2019. All rights reserved.