| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/