Share via


IotOperationsBrokerListenerCollection Class

Definition

A class representing a collection of IotOperationsBrokerListenerResource and their operations. Each IotOperationsBrokerListenerResource in the collection will belong to the same instance of IotOperationsBrokerResource. To get an IotOperationsBrokerListenerCollection instance call the GetIotOperationsBrokerListeners method from an instance of IotOperationsBrokerResource.

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

Constructors

IotOperationsBrokerListenerCollection()

Initializes a new instance of the IotOperationsBrokerListenerCollection 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, IotOperationsBrokerListenerData, CancellationToken)

Create a BrokerListenerResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners/{listenerName}
  • Operation Id: BrokerListenerResource_CreateOrUpdate
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
CreateOrUpdateAsync(WaitUntil, String, IotOperationsBrokerListenerData, CancellationToken)

Create a BrokerListenerResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners/{listenerName}
  • Operation Id: BrokerListenerResource_CreateOrUpdate
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners/{listenerName}
  • Operation Id: BrokerListenerResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners/{listenerName}
  • Operation Id: BrokerListenerResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
Get(String, CancellationToken)

Get a BrokerListenerResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners/{listenerName}
  • Operation Id: BrokerListenerResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
GetAll(CancellationToken)

List BrokerListenerResource resources by BrokerResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners
  • Operation Id: BrokerListenerResource_ListByResourceGroup
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
GetAllAsync(CancellationToken)

List BrokerListenerResource resources by BrokerResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners
  • Operation Id: BrokerListenerResource_ListByResourceGroup
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
GetAsync(String, CancellationToken)

Get a BrokerListenerResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners/{listenerName}
  • Operation Id: BrokerListenerResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners/{listenerName}
  • Operation Id: BrokerListenerResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/listeners/{listenerName}
  • Operation Id: BrokerListenerResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerListenerResource
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<IotOperationsBrokerListenerResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<IotOperationsBrokerListenerResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to