Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Port |
Port.withPort(int port)
Set the port number.
|
Port |
Port.withProtocol(ContainerGroupNetworkProtocol protocol)
Set the protocol associated with the port.
|
Modifier and Type | Method and Description |
---|---|
Set<Port> |
ContainerGroup.externalPorts() |
List<Port> |
IpAddress.ports()
Get the list of ports exposed on the container group.
|
Modifier and Type | Method and Description |
---|---|
IpAddress |
IpAddress.withPorts(List<Port> ports)
Set the list of ports exposed on the container group.
|
Copyright © 2019. All rights reserved.