Share via


IotOperationsBrokerAuthenticationCollection Class

Definition

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

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

Constructors

IotOperationsBrokerAuthenticationCollection()

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

Create a BrokerAuthenticationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/authentications/{authenticationName}
  • Operation Id: BrokerAuthenticationResource_CreateOrUpdate
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerAuthenticationResource
CreateOrUpdateAsync(WaitUntil, String, IotOperationsBrokerAuthenticationData, CancellationToken)

Create a BrokerAuthenticationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/brokers/{brokerName}/authentications/{authenticationName}
  • Operation Id: BrokerAuthenticationResource_CreateOrUpdate
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerAuthenticationResource
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}/authentications/{authenticationName}
  • Operation Id: BrokerAuthenticationResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerAuthenticationResource
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}/authentications/{authenticationName}
  • Operation Id: BrokerAuthenticationResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsBrokerAuthenticationResource
Get(String, CancellationToken)

Get a BrokerAuthenticationResource

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

List BrokerAuthenticationResource resources by BrokerResource

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

List BrokerAuthenticationResource resources by BrokerResource

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

Get a BrokerAuthenticationResource

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<IotOperationsBrokerAuthenticationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to