次の方法で共有


PrivateDnsZoneGroupsOperationsExtensions.Get メソッド

定義

指定したプライベート DNS ゾーン グループ名でプライベート DNS ゾーン グループ リソースを取得します。

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

パラメーター

operations
IPrivateDnsZoneGroupsOperations

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

resourceGroupName
String

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

privateEndpointName
String

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

privateDnsZoneGroupName
String

プライベート DNS ゾーン グループの名前。

戻り値

適用対象