NotificationHubNamespaceTypeExt 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.
Defines values for NamespaceType.
public readonly struct NotificationHubNamespaceTypeExt : IEquatable<Azure.ResourceManager.NotificationHubs.Models.NotificationHubNamespaceTypeExt>
type NotificationHubNamespaceTypeExt = struct
Public Structure NotificationHubNamespaceTypeExt
Implements IEquatable(Of NotificationHubNamespaceTypeExt)
- Inheritance
-
NotificationHubNamespaceTypeExt
- Implements
Constructors
NotificationHubNamespaceTypeExt(String) |
Initializes a new instance of NotificationHubNamespaceTypeExt. |
Properties
Messaging |
Messaging. |
NotificationHub |
NotificationHub. |
Methods
Equals(NotificationHubNamespaceTypeExt) |
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(NotificationHubNamespaceTypeExt, NotificationHubNamespaceTypeExt) |
Determines if two NotificationHubNamespaceTypeExt values are the same. |
Implicit(String to NotificationHubNamespaceTypeExt) |
Converts a string to a NotificationHubNamespaceTypeExt. |
Inequality(NotificationHubNamespaceTypeExt, NotificationHubNamespaceTypeExt) |
Determines if two NotificationHubNamespaceTypeExt values are not the same. |
Applies to
Azure SDK for .NET