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