IotOperationsInstanceResource.GetIotOperationsDataflowEndpoint Method

Definition

Get a DataflowEndpointResource.

public virtual Azure.Response<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource> GetIotOperationsDataflowEndpoint(string dataflowEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIotOperationsDataflowEndpoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource>
override this.GetIotOperationsDataflowEndpoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource>
Public Overridable Function GetIotOperationsDataflowEndpoint (dataflowEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotOperationsDataflowEndpointResource)

Parameters

dataflowEndpointName
String

Name of Instance dataflowEndpoint resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

dataflowEndpointName is null.

dataflowEndpointName is an empty string, and was expected to be non-empty.

Applies to