public final class ApplicationGatewayProtocol extends Object
| Modifier and Type | Field and Description |
|---|---|
static ApplicationGatewayProtocol |
HTTP
Static value Http for ApplicationGatewayProtocol.
|
static ApplicationGatewayProtocol |
HTTPS
Static value Https for ApplicationGatewayProtocol.
|
| Constructor and Description |
|---|
ApplicationGatewayProtocol(String value)
Creates a custom value for ApplicationGatewayProtocol.
|
public static final ApplicationGatewayProtocol HTTP
public static final ApplicationGatewayProtocol HTTPS
public ApplicationGatewayProtocol(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/