ApplicationGatewayProtocol Struct

Definition

Application Gateway protocol.

public readonly struct ApplicationGatewayProtocol : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol>
type ApplicationGatewayProtocol = struct
Public Structure ApplicationGatewayProtocol
Implements IEquatable(Of ApplicationGatewayProtocol)
Inheritance
ApplicationGatewayProtocol
Implements

Constructors

ApplicationGatewayProtocol(String)

Initializes a new instance of ApplicationGatewayProtocol.

Properties

Http

Supported for httpListeners and backendHttpSettingsCollection properties.

Https

Supported for httpListeners and backendHttpSettingsCollection properties.

Tcp

Supported for listeners and backendSettingsCollection properties.

Tls

Supported for listeners and backendSettingsCollection properties.

Methods

Equals(ApplicationGatewayProtocol)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ApplicationGatewayProtocol, ApplicationGatewayProtocol)

Determines if two ApplicationGatewayProtocol values are the same.

Implicit(String to ApplicationGatewayProtocol)

Converts a string to a ApplicationGatewayProtocol.

Inequality(ApplicationGatewayProtocol, ApplicationGatewayProtocol)

Determines if two ApplicationGatewayProtocol values are not the same.

Applies to