WebPubSubServiceKind 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 kind of the service.
public readonly struct WebPubSubServiceKind : IEquatable<Azure.ResourceManager.WebPubSub.Models.WebPubSubServiceKind>
type WebPubSubServiceKind = struct
Public Structure WebPubSubServiceKind
Implements IEquatable(Of WebPubSubServiceKind)
- Inheritance
-
WebPubSubServiceKind
- Implements
Constructors
| Name | Description |
|---|---|
| WebPubSubServiceKind(String) |
Initializes a new instance of WebPubSubServiceKind. |
Properties
| Name | Description |
|---|---|
| SocketIO |
Gets the SocketIO. |
| WebPubSub |
Gets the WebPubSub. |
Methods
| Name | Description |
|---|---|
| Equals(WebPubSubServiceKind) |
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(WebPubSubServiceKind, WebPubSubServiceKind) |
Determines if two WebPubSubServiceKind values are the same. |
| Implicit(String to Nullable<WebPubSubServiceKind>) | |
| Implicit(String to WebPubSubServiceKind) |
Converts a string to a WebPubSubServiceKind. |
| Inequality(WebPubSubServiceKind, WebPubSubServiceKind) |
Determines if two WebPubSubServiceKind values are not the same. |