| 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 |
|---|---|
ApplicationGatewayProtocol |
ApplicationGatewayProbeInner.protocol()
Get the protocol property: The protocol used for the probe.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withProtocol(ApplicationGatewayProtocol protocol)
Set the protocol property: The protocol used for the probe.
|
| Modifier and Type | Field and Description |
|---|---|
static ApplicationGatewayProtocol |
ApplicationGatewayProtocol.HTTP
Static value Http for ApplicationGatewayProtocol.
|
static ApplicationGatewayProtocol |
ApplicationGatewayProtocol.HTTPS
Static value Https for ApplicationGatewayProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationGatewayProtocol |
ApplicationGatewayProtocol.fromString(String name)
Creates or finds a ApplicationGatewayProtocol from its string representation.
|
ApplicationGatewayProtocol |
ApplicationGatewayRequestRoutingRule.frontendProtocol() |
ApplicationGatewayProtocol |
ApplicationGatewayOnDemandProbe.protocol()
Get the protocol property: The protocol used for the probe.
|
ApplicationGatewayProtocol |
ApplicationGatewayHttpListener.protocol()
Get the protocol property: Protocol of the HTTP listener.
|
ApplicationGatewayProtocol |
ApplicationGatewayBackendHttpSettings.protocol()
Get the protocol property: The protocol used to communicate with the backend.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withProtocol(ApplicationGatewayProtocol protocol)
Set the protocol property: The protocol used for the probe.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withProtocol(ApplicationGatewayProtocol protocol)
Set the protocol property: Protocol of the HTTP listener.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withProtocol(ApplicationGatewayProtocol protocol)
Set the protocol property: The protocol used to communicate with the backend.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.