次の方法で共有


SubscriptionNotificationOperation 構造体

定義

SubscriptionNotificationOperation。

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

コンストラクター

SubscriptionNotificationOperation(String)

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

プロパティ

BillingCancellation

BillingCancellation。

DeleteAllResources

DeleteAllResources。

NoOp

Noop。

NotDefined

NotDefined。

SoftDeleteAllResources

SoftDeleteAllResources。

UndoSoftDelete

UndoSoftDelete。

メソッド

Equals(SubscriptionNotificationOperation)

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

ToString()

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

演算子

Equality(SubscriptionNotificationOperation, SubscriptionNotificationOperation)

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

Implicit(String to SubscriptionNotificationOperation)

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

Inequality(SubscriptionNotificationOperation, SubscriptionNotificationOperation)

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

適用対象