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