| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static Protocol |
Protocol.HTTP
Static value Http for Protocol.
|
static Protocol |
Protocol.HTTPS
Static value Https for Protocol.
|
static Protocol |
Protocol.ICMP
Static value Icmp for Protocol.
|
static Protocol |
Protocol.TCP
Static value Tcp for Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.fromString(String name)
Creates or finds a Protocol from its string representation.
|
Protocol |
ConnectivityParameters.protocol()
Get the protocol property: Network protocol.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectivityParameters |
ConnectivityParameters.withProtocol(Protocol protocol)
Set the protocol property: Network protocol.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.