ProviderNotificationType 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 notification type.
public readonly struct ProviderNotificationType : IEquatable<Azure.ResourceManager.ProviderHub.Models.ProviderNotificationType>
type ProviderNotificationType = struct
Public Structure ProviderNotificationType
Implements IEquatable(Of ProviderNotificationType)
- Inheritance
-
ProviderNotificationType
- Implements
Constructors
| Name | Description |
|---|---|
| ProviderNotificationType(String) |
Initializes a new instance of ProviderNotificationType. |
Properties
| Name | Description |
|---|---|
| SubscriptionNotification |
SubscriptionNotification. |
| Unspecified |
Unspecified. |
Methods
| Name | Description |
|---|---|
| Equals(ProviderNotificationType) |
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(ProviderNotificationType, ProviderNotificationType) |
Determines if two ProviderNotificationType values are the same. |
| Implicit(String to ProviderNotificationType) |
Converts a String to a ProviderNotificationType. |
| Inequality(ProviderNotificationType, ProviderNotificationType) |
Determines if two ProviderNotificationType values are not the same. |