WebPubSubRequestType 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.
Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
public readonly struct WebPubSubRequestType : IEquatable<Azure.ResourceManager.WebPubSub.Models.WebPubSubRequestType>
type WebPubSubRequestType = struct
Public Structure WebPubSubRequestType
Implements IEquatable(Of WebPubSubRequestType)
- Inheritance
-
WebPubSubRequestType
- Implements
Constructors
WebPubSubRequestType(String) |
Initializes a new instance of WebPubSubRequestType. |
Properties
ClientConnection |
ClientConnection. |
RestApi |
RESTAPI. |
ServerConnection |
ServerConnection. |
Trace |
Trace. |
Methods
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
Equality(WebPubSubRequestType, WebPubSubRequestType) |
Determines if two WebPubSubRequestType values are the same. |
Implicit(String to WebPubSubRequestType) |
Converts a string to a WebPubSubRequestType. |
Inequality(WebPubSubRequestType, WebPubSubRequestType) |
Determines if two WebPubSubRequestType values are not the same. |
Applies to
Azure SDK for .NET