| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models 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 property: The protocol associated with the port.
|
| Modifier and Type | Method and Description |
|---|---|
Port |
Port.withProtocol(ContainerGroupNetworkProtocol protocol)
Set the protocol property: The protocol associated with the port.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.