Show / Hide Table of Contents

Class IotOperationsDataflowEndpointCollection

A class representing a collection of IotOperationsDataflowEndpointResource and their operations. Each IotOperationsDataflowEndpointResource in the collection will belong to the same instance of IotOperationsInstanceResource. To get an IotOperationsDataflowEndpointCollection instance call the GetIotOperationsDataflowEndpoints method from an instance of IotOperationsInstanceResource.

Inheritance
Azure.ResourceManager.ArmCollection
IotOperationsDataflowEndpointCollection
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.IotOperations.dll
Syntax
public class IotOperationsDataflowEndpointCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource>

Constructors

IotOperationsDataflowEndpointCollection()

Initializes a new instance of the IotOperationsDataflowEndpointCollection class for mocking.

Declaration
protected IotOperationsDataflowEndpointCollection ();

Methods

CreateOrUpdate(WaitUntil, String, IotOperationsDataflowEndpointData, CancellationToken)

Create a DataflowEndpointResource

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints/{dataflowEndpointName}
  • Operation IdDataflowEndpointResource_CreateOrUpdate
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string dataflowEndpointName, Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointData data, System.Threading.CancellationToken cancellationToken = null);
Parameters
Azure.WaitUntil waitUntil

Azure.WaitUntil.Completed if the method should wait to return until the long-running operation has completed on the service; Azure.WaitUntil.Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

System.String dataflowEndpointName

Name of Instance dataflowEndpoint resource.

IotOperationsDataflowEndpointData data

Resource create parameters.

System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
Azure.ResourceManager.ArmOperation<IotOperationsDataflowEndpointResource>

Exceptions
System.ArgumentException

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

System.ArgumentNullException

dataflowEndpointName or data is null.

CreateOrUpdateAsync(WaitUntil, String, IotOperationsDataflowEndpointData, CancellationToken)

Create a DataflowEndpointResource

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints/{dataflowEndpointName}
  • Operation IdDataflowEndpointResource_CreateOrUpdate
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
[System.Diagnostics.DebuggerStepThrough]
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string dataflowEndpointName, Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointData data, System.Threading.CancellationToken cancellationToken = null);
Parameters
Azure.WaitUntil waitUntil

Azure.WaitUntil.Completed if the method should wait to return until the long-running operation has completed on the service; Azure.WaitUntil.Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

System.String dataflowEndpointName

Name of Instance dataflowEndpoint resource.

IotOperationsDataflowEndpointData data

Resource create parameters.

System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<IotOperationsDataflowEndpointResource>>

Exceptions
System.ArgumentException

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

System.ArgumentNullException

dataflowEndpointName or data is null.

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints/{dataflowEndpointName}
  • Operation IdDataflowEndpointResource_Get
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
public virtual Azure.Response<bool> Exists (string dataflowEndpointName, System.Threading.CancellationToken cancellationToken = null);
Parameters
System.String dataflowEndpointName

Name of Instance dataflowEndpoint resource.

System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
Azure.Response<System.Boolean>

Exceptions
System.ArgumentException

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

System.ArgumentNullException

dataflowEndpointName is null.

ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints/{dataflowEndpointName}
  • Operation IdDataflowEndpointResource_Get
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
[System.Diagnostics.DebuggerStepThrough]
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string dataflowEndpointName, System.Threading.CancellationToken cancellationToken = null);
Parameters
System.String dataflowEndpointName

Name of Instance dataflowEndpoint resource.

System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
System.Threading.Tasks.Task<Azure.Response<System.Boolean>>

Exceptions
System.ArgumentException

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

System.ArgumentNullException

dataflowEndpointName is null.

Get(String, CancellationToken)

Get a DataflowEndpointResource

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints/{dataflowEndpointName}
  • Operation IdDataflowEndpointResource_Get
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
public virtual Azure.Response<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource> Get (string dataflowEndpointName, System.Threading.CancellationToken cancellationToken = null);
Parameters
System.String dataflowEndpointName

Name of Instance dataflowEndpoint resource.

System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
Azure.Response<IotOperationsDataflowEndpointResource>

Exceptions
System.ArgumentException

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

System.ArgumentNullException

dataflowEndpointName is null.

GetAll(CancellationToken)

List DataflowEndpointResource resources by InstanceResource

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints
  • Operation IdDataflowEndpointResource_ListByResourceGroup
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
public virtual Azure.Pageable<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource> GetAll (System.Threading.CancellationToken cancellationToken = null);
Parameters
System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
Azure.Pageable<IotOperationsDataflowEndpointResource>

A collection of IotOperationsDataflowEndpointResource that may take multiple service requests to iterate over.

GetAllAsync(CancellationToken)

List DataflowEndpointResource resources by InstanceResource

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints
  • Operation IdDataflowEndpointResource_ListByResourceGroup
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = null);
Parameters
System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
Azure.AsyncPageable<IotOperationsDataflowEndpointResource>

An async collection of IotOperationsDataflowEndpointResource that may take multiple service requests to iterate over.

GetAsync(String, CancellationToken)

Get a DataflowEndpointResource

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints/{dataflowEndpointName}
  • Operation IdDataflowEndpointResource_Get
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
[System.Diagnostics.DebuggerStepThrough]
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource>> GetAsync (string dataflowEndpointName, System.Threading.CancellationToken cancellationToken = null);
Parameters
System.String dataflowEndpointName

Name of Instance dataflowEndpoint resource.

System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
System.Threading.Tasks.Task<Azure.Response<IotOperationsDataflowEndpointResource>>

Exceptions
System.ArgumentException

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

System.ArgumentNullException

dataflowEndpointName is null.

GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints/{dataflowEndpointName}
  • Operation IdDataflowEndpointResource_Get
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
public virtual Azure.NullableResponse<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource> GetIfExists (string dataflowEndpointName, System.Threading.CancellationToken cancellationToken = null);
Parameters
System.String dataflowEndpointName

Name of Instance dataflowEndpoint resource.

System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
Azure.NullableResponse<IotOperationsDataflowEndpointResource>

Exceptions
System.ArgumentException

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

System.ArgumentNullException

dataflowEndpointName is null.

GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowEndpoints/{dataflowEndpointName}
  • Operation IdDataflowEndpointResource_Get
  • Default Api Version2025-07-01-preview
  • ResourceIotOperationsDataflowEndpointResource
Declaration
[System.Diagnostics.DebuggerStepThrough]
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource>> GetIfExistsAsync (string dataflowEndpointName, System.Threading.CancellationToken cancellationToken = null);
Parameters
System.String dataflowEndpointName

Name of Instance dataflowEndpoint resource.

System.Threading.CancellationToken cancellationToken

The cancellation token to use.

Returns
System.Threading.Tasks.Task<Azure.NullableResponse<IotOperationsDataflowEndpointResource>>

Exceptions
System.ArgumentException

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

System.ArgumentNullException

dataflowEndpointName is null.

Explicit Interface Implementations

IAsyncEnumerable<IotOperationsDataflowEndpointResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

Declaration
System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource> IAsyncEnumerable<IotOperationsDataflowEndpointResource>.GetAsyncEnumerator (System.Threading.CancellationToken cancellationToken);
Parameters
System.Threading.CancellationToken cancellationToken

A System.Threading.CancellationToken that may be used to cancel the asynchronous iteration.

Returns
System.Collections.Generic.IAsyncEnumerator<IotOperationsDataflowEndpointResource>

An enumerator that can be used to iterate asynchronously through the collection.

IEnumerable<IotOperationsDataflowEndpointResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
System.Collections.Generic.IEnumerator<Azure.ResourceManager.IotOperations.IotOperationsDataflowEndpointResource> IEnumerable<IotOperationsDataflowEndpointResource>.GetEnumerator ();
Returns
System.Collections.Generic.IEnumerator<IotOperationsDataflowEndpointResource>

An enumerator that can be used to iterate through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

Declaration
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
Returns
System.Collections.IEnumerator

An System.Collections.IEnumerator object that can be used to iterate through the collection.

Back to top Azure SDK for .NET