次の方法で共有


PrivateDnsZoneGroupsOperationsExtensions.ListAsync メソッド

定義

プライベート エンドポイント内のすべてのプライベート DNS ゾーン グループを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup>> ListAsync (this Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations operations, string privateEndpointName, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup>>
<Extension()>
Public Function ListAsync (operations As IPrivateDnsZoneGroupsOperations, privateEndpointName As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateDnsZoneGroup))

パラメーター

operations
IPrivateDnsZoneGroupsOperations

この拡張メソッドの操作グループ。

privateEndpointName
String

プライベート エンドポイントの名前。

resourceGroupName
String

リソース グループの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象