次の方法で共有


PrivateDnsPtrRecordCollection.GetAllAsync メソッド

定義

プライベート DNS ゾーン内の指定した型のレコード セットを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}
  • 操作IdRecordSets_ListByType
public virtual Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.PrivateDnsPtrRecordResource> GetAllAsync (int? top = default, string recordsetnamesuffix = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.PrivateDnsPtrRecordResource>
override this.GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.PrivateDnsPtrRecordResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional recordsetnamesuffix As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PrivateDnsPtrRecordResource)

パラメーター

top
Nullable<Int32>

返されるレコード セットの最大数。 指定しない場合、 は最大 100 個のレコード セットを返します。

recordsetnamesuffix
String

レコード セットの列挙をフィルター処理するために使用するレコード セット名のサフィックス ラベル。 このパラメーターを指定した場合、返される列挙には、 で終わるレコードのみが含まれます。<recordsetnamesuffix>"

cancellationToken
CancellationToken

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

戻り値

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

適用対象