Freigeben über


TemplateDeploymentPreflightNotification Struct

Definition

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.

Applies to