SubscriptionTransferValidationErrorCode 構造体

定義

転送検証応答のエラー コード。

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

コンストラクター

SubscriptionTransferValidationErrorCode(String)

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

プロパティ

AccountIsLocked

AccountIsLocked。

AssetHasCap

AssetHasCap。

AssetNotActive

AssetNotActive。

BillingAccountInactive

BillingAccountInactive。

BillingProfilePastDue

BillingProfilePastDue。

CrossBillingAccountNotAllowed

CrossBillingAccountNotAllowed。

DestinationBillingProfileInactive

DestinationBillingProfileInactive。

DestinationBillingProfileNotFound

DestinationBillingProfileNotFound。

DestinationBillingProfilePastDue

DestinationBillingProfilePastDue。

DestinationInvoiceSectionInactive

DestinationInvoiceSectionInactive。

DestinationInvoiceSectionNotFound

DestinationInvoiceSectionNotFound。

InsufficientPermissionOnDestination

InsufficientPermissionOnDestination。

InsufficientPermissionOnSource

InsufficientPermissionOnSource。

InvalidDestination

InvalidDestination。

InvalidSource

InvalidSource。

InvoiceSectionIsRestricted

InvoiceSectionIsRestricted。

MarketplaceNotEnabledOnDestination

MarketplaceNotEnabledOnDestination。

ProductInactive

ProductInactive。

ProductNotFound

ProductNotFound。

ProductTypeNotSupported

ProductTypeNotSupported。

SourceBillingProfilePastDue

SourceBillingProfilePastDue。

SourceInvoiceSectionInactive

SourceInvoiceSectionInactive。

SubscriptionNotActive

SubscriptionNotActive。

SubscriptionTypeNotSupported

SubscriptionTypeNotSupported。

メソッド

Equals(SubscriptionTransferValidationErrorCode)

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

ToString()

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

演算子

Equality(SubscriptionTransferValidationErrorCode, SubscriptionTransferValidationErrorCode)

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

Implicit(String to SubscriptionTransferValidationErrorCode)

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

Inequality(SubscriptionTransferValidationErrorCode, SubscriptionTransferValidationErrorCode)

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

適用対象