次の方法で共有


HybridConnectivityExtensions クラス

定義

Azure.ResourceManager.HybridConnectivity に拡張メソッドを追加するクラス。

public static class HybridConnectivityExtensions
type HybridConnectivityExtensions = class
Public Module HybridConnectivityExtensions
継承
HybridConnectivityExtensions

メソッド

GetEndpointResource(ArmClient, ResourceIdentifier)

に対して実行できるが、データを含まないインスタンス操作と共に を EndpointResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String) して、そのコンポーネントから を EndpointResourceResourceIdentifier 作成できます。

GetEndpointResource(ArmClient, ResourceIdentifier, String, CancellationToken)

リソースへのエンドポイントを取得します。

  • 要求パス/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • 操作IdEndpoints_Get
GetEndpointResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

リソースへのエンドポイントを取得します。

  • 要求パス/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • 操作IdEndpoints_Get
GetEndpointResources(ArmClient, ResourceIdentifier)

ArmResource 内の EndpointResources のコレクションを取得します。

適用対象