次の方法で共有


TemplateName 構造体

定義

TemplateName。

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

コンストラクター

TemplateName(String)

TemplateName の新しいインスタンスを初期化します。

プロパティ

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。

メソッド

Equals(TemplateName)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(TemplateName, TemplateName)

2 つの TemplateName 値が同じかどうかを判断します。

Implicit(String to TemplateName)

文字列を TemplateName に変換します。

Inequality(TemplateName, TemplateName)

2 つの TemplateName 値が同じでないかどうかを判断します。

適用対象