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