共用方式為


TemplateName Struct

Definition

The TemplateName.

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

Constructors

TemplateName(String)

Initializes a new instance of TemplateName.

Properties

AccountClosedDeveloper

accountClosedDeveloper.

ApplicationApprovedNotificationMessage

applicationApprovedNotificationMessage.

ConfirmSignUpIdentityDefault

confirmSignUpIdentityDefault.

EmailChangeIdentityDefault

emailChangeIdentityDefault.

InviteUserNotificationMessage

inviteUserNotificationMessage.

NewCommentNotificationMessage

newCommentNotificationMessage.

NewDeveloperNotificationMessage

newDeveloperNotificationMessage.

NewIssueNotificationMessage

newIssueNotificationMessage.

PasswordResetByAdminNotificationMessage

passwordResetByAdminNotificationMessage.

PasswordResetIdentityDefault

passwordResetIdentityDefault.

PurchaseDeveloperNotificationMessage

purchaseDeveloperNotificationMessage.

QuotaLimitApproachingDeveloperNotificationMessage

quotaLimitApproachingDeveloperNotificationMessage.

RejectDeveloperNotificationMessage

rejectDeveloperNotificationMessage.

RequestDeveloperNotificationMessage

requestDeveloperNotificationMessage.

Methods

Equals(TemplateName)

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

Determines if two TemplateName values are the same.

Implicit(String to TemplateName)

Converts a string to a TemplateName.

Inequality(TemplateName, TemplateName)

Determines if two TemplateName values are not the same.

Applies to