WebPubSubRequestType Struct

Definition

The incoming request type to the service.

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

Constructors

Name Description
WebPubSubRequestType(String)

Initializes a new instance of WebPubSubRequestType.

Properties

Name Description
ClientConnection

Gets the ClientConnection.

RestApi

Gets the RestApi.

ServerConnection

Gets the ServerConnection.

Trace

Gets the Trace.

Methods

Name Description
Equals(WebPubSubRequestType)

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

Name Description
Equality(WebPubSubRequestType, WebPubSubRequestType)

Determines if two WebPubSubRequestType values are the same.

Implicit(String to Nullable<WebPubSubRequestType>)
Implicit(String to WebPubSubRequestType)

Converts a string to a WebPubSubRequestType.

Inequality(WebPubSubRequestType, WebPubSubRequestType)

Determines if two WebPubSubRequestType values are not the same.

Applies to