| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ProbeProtocol |
ProbeInner.protocol()
Get the protocol property: The protocol of the end point.
|
| Modifier and Type | Method and Description |
|---|---|
ProbeInner |
ProbeInner.withProtocol(ProbeProtocol protocol)
Set the protocol property: The protocol of the end point.
|
| Modifier and Type | Field and Description |
|---|---|
static ProbeProtocol |
ProbeProtocol.HTTP
Static value Http for ProbeProtocol.
|
static ProbeProtocol |
ProbeProtocol.HTTPS
Static value Https for ProbeProtocol.
|
static ProbeProtocol |
ProbeProtocol.TCP
Static value Tcp for ProbeProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static ProbeProtocol |
ProbeProtocol.fromString(String name)
Creates or finds a ProbeProtocol from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.