Share via


PrivateLinkResourcesOperationsExtensions.Get Method

Definition

Gets the private link resources

public static Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResourcesWrapper Get (this Microsoft.Azure.Management.DataFactory.IPrivateLinkResourcesOperations operations, string resourceGroupName, string factoryName);
static member Get : Microsoft.Azure.Management.DataFactory.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResourcesWrapper
<Extension()>
Public Function Get (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, factoryName As String) As PrivateLinkResourcesWrapper

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

factoryName
String

The factory name.

Returns

Applies to