Databricks.PrivateLinkResourcesGetWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
workspaceName
String
groupId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to