SignalRRequestType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET