你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotOperationsDataflowCollection Class

Definition

A class representing a collection of IotOperationsDataflowResource and their operations. Each IotOperationsDataflowResource in the collection will belong to the same instance of IotOperationsDataflowProfileResource. To get an IotOperationsDataflowCollection instance call the GetIotOperationsDataflows method from an instance of IotOperationsDataflowProfileResource.

public class IotOperationsDataflowCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.IotOperations.IotOperationsDataflowResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.IotOperationsDataflowResource>
type IotOperationsDataflowCollection = class
    inherit ArmCollection
    interface seq<IotOperationsDataflowResource>
    interface IEnumerable
    interface IAsyncEnumerable<IotOperationsDataflowResource>
Public Class IotOperationsDataflowCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of IotOperationsDataflowResource), IEnumerable(Of IotOperationsDataflowResource)
Inheritance
IotOperationsDataflowCollection
Implements

Constructors

IotOperationsDataflowCollection()

Initializes a new instance of the IotOperationsDataflowCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, IotOperationsDataflowData, CancellationToken)

Create a DataflowResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_CreateOrUpdate
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
CreateOrUpdateAsync(WaitUntil, String, IotOperationsDataflowData, CancellationToken)

Create a DataflowResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_CreateOrUpdate
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
Get(String, CancellationToken)

Get a DataflowResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
GetAll(CancellationToken)

List DataflowResource resources by DataflowProfileResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows
  • Operation Id: DataflowResource_ListByResourceGroup
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
GetAllAsync(CancellationToken)

List DataflowResource resources by DataflowProfileResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows
  • Operation Id: DataflowResource_ListByResourceGroup
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
GetAsync(String, CancellationToken)

Get a DataflowResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<IotOperationsDataflowResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<IotOperationsDataflowResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to