| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardingProtocol |
RouteInner.forwardingProtocol()
Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
|
| Modifier and Type | Method and Description |
|---|---|
RouteInner |
RouteInner.withForwardingProtocol(ForwardingProtocol forwardingProtocol)
Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
|
| Modifier and Type | Field and Description |
|---|---|
static ForwardingProtocol |
ForwardingProtocol.HTTP_ONLY
Static value HttpOnly for ForwardingProtocol.
|
static ForwardingProtocol |
ForwardingProtocol.HTTPS_ONLY
Static value HttpsOnly for ForwardingProtocol.
|
static ForwardingProtocol |
ForwardingProtocol.MATCH_REQUEST
Static value MatchRequest for ForwardingProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardingProtocol |
RouteUpdatePropertiesParameters.forwardingProtocol()
Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
|
ForwardingProtocol |
RouteUpdateParameters.forwardingProtocol()
Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
|
static ForwardingProtocol |
ForwardingProtocol.fromString(String name)
Creates or finds a ForwardingProtocol from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
RouteUpdatePropertiesParameters |
RouteUpdatePropertiesParameters.withForwardingProtocol(ForwardingProtocol forwardingProtocol)
Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
|
RouteProperties |
RouteProperties.withForwardingProtocol(ForwardingProtocol forwardingProtocol)
Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
|
RouteUpdateParameters |
RouteUpdateParameters.withForwardingProtocol(ForwardingProtocol forwardingProtocol)
Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.