IotoperationsFunctions

Functions

Link copied to clipboard

Get a BrokerResource Uses Azure REST API version 2024-07-01-preview. Other available API versions: 2024-08-15-preview, 2024-09-15-preview, 2024-11-01, 2025-04-01.

suspend fun getBroker(argument: suspend GetBrokerPlainArgsBuilder.() -> Unit): GetBrokerResult
suspend fun getBroker(brokerName: String, instanceName: String, resourceGroupName: String): GetBrokerResult
Link copied to clipboard

Get a BrokerAuthenticationResource Uses Azure REST API version 2024-07-01-preview. Other available API versions: 2024-08-15-preview, 2024-09-15-preview, 2024-11-01, 2025-04-01.

suspend fun getBrokerAuthentication(authenticationName: String, brokerName: String, instanceName: String, resourceGroupName: String): GetBrokerAuthenticationResult
Link copied to clipboard

Get a BrokerAuthorizationResource Uses Azure REST API version 2024-07-01-preview. Other available API versions: 2024-08-15-preview, 2024-09-15-preview, 2024-11-01, 2025-04-01.

suspend fun getBrokerAuthorization(authorizationName: String, brokerName: String, instanceName: String, resourceGroupName: String): GetBrokerAuthorizationResult
Link copied to clipboard

Get a BrokerListenerResource Uses Azure REST API version 2024-07-01-preview. Other available API versions: 2024-08-15-preview, 2024-09-15-preview, 2024-11-01, 2025-04-01.

suspend fun getBrokerListener(brokerName: String, instanceName: String, listenerName: String, resourceGroupName: String): GetBrokerListenerResult
Link copied to clipboard

Get a DataFlowResource Uses Azure REST API version 2024-07-01-preview.

suspend fun getDataFlow(argument: suspend GetDataFlowPlainArgsBuilder.() -> Unit): GetDataFlowResult
suspend fun getDataFlow(dataflowName: String, dataflowProfileName: String, instanceName: String, resourceGroupName: String): GetDataFlowResult
Link copied to clipboard

Get a DataFlowEndpointResource Uses Azure REST API version 2024-07-01-preview.

suspend fun getDataFlowEndpoint(dataflowEndpointName: String, instanceName: String, resourceGroupName: String): GetDataFlowEndpointResult
Link copied to clipboard

Get a DataFlowProfileResource Uses Azure REST API version 2024-07-01-preview.

suspend fun getDataFlowProfile(dataflowProfileName: String, instanceName: String, resourceGroupName: String): GetDataFlowProfileResult
Link copied to clipboard

Get a InstanceResource Uses Azure REST API version 2024-07-01-preview. Other available API versions: 2024-08-15-preview, 2024-09-15-preview, 2024-11-01, 2025-04-01.

suspend fun getInstance(argument: suspend GetInstancePlainArgsBuilder.() -> Unit): GetInstanceResult
suspend fun getInstance(instanceName: String, resourceGroupName: String): GetInstanceResult