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