次の方法で共有


WebPubSubSharedPrivateLinkCollection クラス

定義

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

public class WebPubSubSharedPrivateLinkCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.WebPubSub.WebPubSubSharedPrivateLinkResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WebPubSub.WebPubSubSharedPrivateLinkResource>
type WebPubSubSharedPrivateLinkCollection = class
    inherit ArmCollection
    interface seq<WebPubSubSharedPrivateLinkResource>
    interface IEnumerable
    interface IAsyncEnumerable<WebPubSubSharedPrivateLinkResource>
Public Class WebPubSubSharedPrivateLinkCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of WebPubSubSharedPrivateLinkResource), IEnumerable(Of WebPubSubSharedPrivateLinkResource)
継承
WebPubSubSharedPrivateLinkCollection
実装

コンストラクター

WebPubSubSharedPrivateLinkCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, WebPubSubSharedPrivateLinkData, CancellationToken)

共有プライベート リンク リソースを作成または更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdWebPubSubSharedPrivateLinkResources_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, WebPubSubSharedPrivateLinkData, CancellationToken)

共有プライベート リンク リソースを作成または更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdWebPubSubSharedPrivateLinkResources_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdWebPubSubSharedPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdWebPubSubSharedPrivateLinkResources_Get
Get(String, CancellationToken)

指定した共有プライベート リンク リソースを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdWebPubSubSharedPrivateLinkResources_Get
GetAll(CancellationToken)

共有プライベート リンク リソースを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources
  • 操作IdWebPubSubSharedPrivateLinkResources_List
GetAllAsync(CancellationToken)

共有プライベート リンク リソースを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources
  • 操作IdWebPubSubSharedPrivateLinkResources_List
GetAsync(String, CancellationToken)

指定した共有プライベート リンク リソースを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • 操作IdWebPubSubSharedPrivateLinkResources_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<WebPubSubSharedPrivateLinkResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<WebPubSubSharedPrivateLinkResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象