次の方法で共有


AttestationProviderResource.GetPrivateLinkResourcesByProviderAsync メソッド

定義

構成証明プロバイダーでサポートされているプライベート リンク リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Attestation/attestationProviders/{providerName}/privateLinkResources
  • 操作IdPrivateLinkResources_ListByProvider
public virtual Azure.AsyncPageable<Azure.ResourceManager.Attestation.Models.AttestationPrivateLinkResource> GetPrivateLinkResourcesByProviderAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesByProviderAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Attestation.Models.AttestationPrivateLinkResource>
override this.GetPrivateLinkResourcesByProviderAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Attestation.Models.AttestationPrivateLinkResource>
Public Overridable Function GetPrivateLinkResourcesByProviderAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AttestationPrivateLinkResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象