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