Share via


SignalRRequestType Struct

Definition

The incoming request type to the service.

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

Constructors

SignalRRequestType(String)

Initializes a new instance of SignalRRequestType.

Properties

ClientConnection

ClientConnection.

RestApi

RESTAPI.

ServerConnection

ServerConnection.

Trace

Trace.

Methods

Equals(SignalRRequestType)

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

Determines if two SignalRRequestType values are the same.

Implicit(String to SignalRRequestType)

Converts a string to a SignalRRequestType.

Inequality(SignalRRequestType, SignalRRequestType)

Determines if two SignalRRequestType values are not the same.

Applies to