Share via


ConnectedMachine.PrivateLinkResourcesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateLinkResource> PrivateLinkResourcesGetWithResult (string subscriptionId, string resourceGroupName, string scopeName, string groupName, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.ISendAsync sender);
member this.PrivateLinkResourcesGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateLinkResource>
Public Function PrivateLinkResourcesGetWithResult (subscriptionId As String, resourceGroupName As String, scopeName As String, groupName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IPrivateLinkResource)

Parameters

subscriptionId
String
resourceGroupName
String
scopeName
String
groupName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to