AuthorizationRules.HasEqualRuntimeBehavior(AuthorizationRules) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した AuthorizationRules が、この現在のオブジェクトと同等のランタイム動作を持っているかどうかを判断します。
public bool HasEqualRuntimeBehavior (Microsoft.ServiceBus.Messaging.AuthorizationRules comparand);
member this.HasEqualRuntimeBehavior : Microsoft.ServiceBus.Messaging.AuthorizationRules -> bool
Public Function HasEqualRuntimeBehavior (comparand As AuthorizationRules) As Boolean
パラメーター
- comparand
- AuthorizationRules
現在の AuthorizationRules オブジェクトと比較する 。
戻り値
が等しいランタイム動作である場合は true。それ以外の場合は false。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET