NotificationName Struct

Definition

The NotificationName.

public readonly struct NotificationName : IEquatable<Azure.ResourceManager.ApiManagement.Models.NotificationName>
type NotificationName = struct
Public Structure NotificationName
Implements IEquatable(Of NotificationName)
Inheritance
NotificationName
Implements

Constructors

NotificationName(String)

Initializes a new instance of NotificationName.

Properties

AccountClosedPublisher

The following email recipients and users will receive email notifications when developer closes his account.

Bcc

The following recipients will receive blind carbon copies of all emails sent to developers.

NewApplicationNotificationMessage

The following email recipients and users will receive email notifications when new applications are submitted to the application gallery.

NewIssuePublisherNotificationMessage

The following email recipients and users will receive email notifications when a new issue or comment is submitted on the developer portal.

PurchasePublisherNotificationMessage

The following email recipients and users will receive email notifications about new API product subscriptions.

QuotaLimitApproachingPublisherNotificationMessage

The following email recipients and users will receive email notifications when subscription usage gets close to usage quota.

RequestPublisherNotificationMessage

The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.

Methods

Equals(NotificationName)

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(NotificationName, NotificationName)

Determines if two NotificationName values are the same.

Implicit(String to NotificationName)

Converts a string to a NotificationName.

Inequality(NotificationName, NotificationName)

Determines if two NotificationName values are not the same.

Applies to