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
| Name | Description |
|---|---|
| NotificationHubSkuName(String) |
Initializes a new instance of NotificationHubSkuName. |
Properties
| Name | Description |
|---|---|
| Basic |
Gets the Basic. |
| Free |
Gets the Free. |
| Standard |
Gets the Standard. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(NotificationHubSkuName, NotificationHubSkuName) |
Determines if two NotificationHubSkuName values are the same. |
| Implicit(String to NotificationHubSkuName) |
Converts a string to a NotificationHubSkuName. |
| Implicit(String to Nullable<NotificationHubSkuName>) | |
| Inequality(NotificationHubSkuName, NotificationHubSkuName) |
Determines if two NotificationHubSkuName values are not the same. |