Aracılığıyla paylaş


PrivateDnsZoneGroupsOperationsExtensions.Get Method

Definition

Gets the private dns zone group resource by specified private dns zone group name.

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

Parameters

operations
IPrivateDnsZoneGroupsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

privateEndpointName
String

The name of the private endpoint.

privateDnsZoneGroupName
String

The name of the private dns zone group.

Returns

Applies to