SiteSlotHybridConnectionNamespaceRelayCollection クラス

定義

のコレクション SiteSlotHybridConnectionNamespaceRelayResource とその操作を表すクラス。 コレクション内の各 SiteSlotHybridConnectionNamespaceRelayResource は、 の同じインスタンス WebSiteSlotResourceに属します。 インスタンスを SiteSlotHybridConnectionNamespaceRelayCollection 取得するには、 のインスタンス WebSiteSlotResourceから GetSiteSlotHybridConnectionNamespaceRelays メソッドを呼び出します。

public class SiteSlotHybridConnectionNamespaceRelayCollection : Azure.ResourceManager.ArmCollection
type SiteSlotHybridConnectionNamespaceRelayCollection = class
    inherit ArmCollection
Public Class SiteSlotHybridConnectionNamespaceRelayCollection
Inherits ArmCollection
継承
SiteSlotHybridConnectionNamespaceRelayCollection

コンストラクター

SiteSlotHybridConnectionNamespaceRelayCollection()

モック作成のために クラスの SiteSlotHybridConnectionNamespaceRelayCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, String, HybridConnectionData, CancellationToken)

の説明 Service Bus リレーを使用して新しいハイブリッド接続を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • 操作IdWebApps_CreateOrUpdateHybridConnectionSlot
CreateOrUpdateAsync(WaitUntil, String, String, HybridConnectionData, CancellationToken)

の説明 Service Bus リレーを使用して新しいハイブリッド接続を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • 操作IdWebApps_CreateOrUpdateHybridConnectionSlot
Exists(String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • 操作IdWebApps_GetHybridConnectionSlot
ExistsAsync(String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • 操作IdWebApps_GetHybridConnectionSlot
Get(String, String, CancellationToken)

の説明 この Web アプリで使用される特定の Service Bus ハイブリッド接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • 操作IdWebApps_GetHybridConnectionSlot
GetAsync(String, String, CancellationToken)

の説明 この Web アプリで使用される特定の Service Bus ハイブリッド接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • 操作IdWebApps_GetHybridConnectionSlot
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象