Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes 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 value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Protocol> |
Protocol.values() |
Modifier and Type | Method and Description |
---|---|
ConnectivityParameters |
ConnectivityParameters.withProtocol(Protocol protocol)
Set the protocol value.
|
Copyright © 2019. All rights reserved.