DigitalTwins.DigitalTwinsEndpointGetWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsEndpointResource> DigitalTwinsEndpointGetWithResult(string subscriptionId, string resourceGroupName, string resourceName, string endpointName, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.ISendAsync sender);
member this.DigitalTwinsEndpointGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsEndpointResource>
Public Function DigitalTwinsEndpointGetWithResult (subscriptionId As String, resourceGroupName As String, resourceName As String, endpointName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDigitalTwinsEndpointResource)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- resourceName
- String
- endpointName
- String
- eventListener
- IEventListener
- sender
- ISendAsync