Share via


BackendProtocol Struct

Definition

Backend communication protocol.

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

Constructors

BackendProtocol(String)

Initializes a new instance of BackendProtocol.

Properties

Http

The Backend is a RESTful service.

Soap

The Backend is a SOAP service.

Methods

Equals(BackendProtocol)

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(BackendProtocol, BackendProtocol)

Determines if two BackendProtocol values are the same.

Implicit(String to BackendProtocol)

Converts a string to a BackendProtocol.

Inequality(BackendProtocol, BackendProtocol)

Determines if two BackendProtocol values are not the same.

Applies to