IoTSecuritySolutionModel.DefinitionStages.WithIotHubs Interface

public static interface IoTSecuritySolutionModel.DefinitionStages.WithIotHubs

The stage of the IoTSecuritySolutionModel definition allowing to specify iotHubs.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIotHubs(List<String> iotHubs)

Specifies the iotHubs property: IoT Hub resource IDs.

Method Details

withIotHubs

public abstract IoTSecuritySolutionModel.DefinitionStages.WithCreate withIotHubs(List iotHubs)

Specifies the iotHubs property: IoT Hub resource IDs.

Parameters:

iotHubs - IoT Hub resource IDs.

Returns:

the next definition stage.

Applies to