Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static ContainerGroupNetworkProtocol |
ContainerGroupNetworkProtocol.TCP
Static value TCP for ContainerGroupNetworkProtocol.
|
static ContainerGroupNetworkProtocol |
ContainerGroupNetworkProtocol.UDP
Static value UDP for ContainerGroupNetworkProtocol.
|
Modifier and Type | Method and Description |
---|---|
static ContainerGroupNetworkProtocol |
ContainerGroupNetworkProtocol.fromString(String name)
Creates or finds a ContainerGroupNetworkProtocol from its string representation.
|
ContainerGroupNetworkProtocol |
Port.protocol()
Get the protocol associated with the port.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ContainerGroupNetworkProtocol> |
ContainerGroupNetworkProtocol.values() |
Modifier and Type | Method and Description |
---|---|
Port |
Port.withProtocol(ContainerGroupNetworkProtocol protocol)
Set the protocol associated with the port.
|
Copyright © 2019. All rights reserved.