Freigeben über


IotOperationsExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.IotOperations.

public static class IotOperationsExtensions
type IotOperationsExtensions = class
Public Module IotOperationsExtensions
Inheritance
IotOperationsExtensions

Methods

GetIotOperationsBrokerAuthenticationResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotOperationsBrokerAuthenticationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create an IotOperationsBrokerAuthenticationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotOperationsBrokerAuthenticationResource(ResourceIdentifier) instead.

GetIotOperationsBrokerAuthorizationResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotOperationsBrokerAuthorizationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create an IotOperationsBrokerAuthorizationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotOperationsBrokerAuthorizationResource(ResourceIdentifier) instead.

GetIotOperationsBrokerListenerResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotOperationsBrokerListenerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create an IotOperationsBrokerListenerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotOperationsBrokerListenerResource(ResourceIdentifier) instead.

GetIotOperationsBrokerResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotOperationsBrokerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IotOperationsBrokerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotOperationsBrokerResource(ResourceIdentifier) instead.

GetIotOperationsDataflowEndpointResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotOperationsDataflowEndpointResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IotOperationsDataflowEndpointResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotOperationsDataflowEndpointResource(ResourceIdentifier) instead.

GetIotOperationsDataflowProfileResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotOperationsDataflowProfileResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IotOperationsDataflowProfileResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotOperationsDataflowProfileResource(ResourceIdentifier) instead.

GetIotOperationsDataflowResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotOperationsDataflowResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create an IotOperationsDataflowResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotOperationsDataflowResource(ResourceIdentifier) instead.

GetIotOperationsInstance(ResourceGroupResource, String, CancellationToken)

Get a InstanceResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}
  • Operation Id: InstanceResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsInstanceResource
GetIotOperationsInstanceAsync(ResourceGroupResource, String, CancellationToken)

Get a InstanceResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}
  • Operation Id: InstanceResource_Get
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsInstanceResource
GetIotOperationsInstanceResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotOperationsInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an IotOperationsInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotOperationsInstanceResource(ResourceIdentifier) instead.

GetIotOperationsInstances(ResourceGroupResource)

Gets a collection of IotOperationsInstanceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetIotOperationsInstances() instead.

GetIotOperationsInstances(SubscriptionResource, CancellationToken)

List InstanceResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTOperations/instances
  • Operation Id: InstanceResource_ListBySubscription
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsInstanceResource
GetIotOperationsInstancesAsync(SubscriptionResource, CancellationToken)

List InstanceResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTOperations/instances
  • Operation Id: InstanceResource_ListBySubscription
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsInstanceResource

Applies to