次の方法で共有


PrivateDnsZoneGroupsOperationsExtensions.List メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup> List(this Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations operations, string privateEndpointName, string resourceGroupName);
static member List : Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup>
<Extension()>
Public Function List (operations As IPrivateDnsZoneGroupsOperations, privateEndpointName As String, resourceGroupName As String) As IPage(Of PrivateDnsZoneGroup)

パラメーター

operations
IPrivateDnsZoneGroupsOperations

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

privateEndpointName
String

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

resourceGroupName
String

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

戻り値

適用対象