次の方法で共有


SharedSearchServicePrivateLinkResourceCollection.GetAll メソッド

定義

指定されたサービスによって管理されているすべての共有プライベート リンク リソースの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources
  • 操作IdSharedPrivateLinkResources_ListByService
public virtual Azure.Pageable<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource> GetAll (Azure.ResourceManager.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource>
override this.GetAll : Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource>
Public Overridable Function GetAll (Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SharedSearchServicePrivateLinkResource)

パラメーター

searchManagementRequestOptions
SearchManagementRequestOptions

パラメーター グループ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の SharedSearchServicePrivateLinkResource サービス要求を受け取る可能性がある のコレクション。

適用対象