IoTSecuritySolutionModel.DefinitionStages.WithUserDefinedResources Interface

public static interface IoTSecuritySolutionModel.DefinitionStages.WithUserDefinedResources

The stage of the IoTSecuritySolutionModel definition allowing to specify userDefinedResources.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUserDefinedResources(UserDefinedResourcesProperties userDefinedResources)

Specifies the userDefinedResources property: Properties of the IoT Security solution's user defined resources..

Method Details

withUserDefinedResources

public abstract IoTSecuritySolutionModel.DefinitionStages.WithCreate withUserDefinedResources(UserDefinedResourcesProperties userDefinedResources)

Specifies the userDefinedResources property: Properties of the IoT Security solution's user defined resources..

Parameters:

userDefinedResources - Properties of the IoT Security solution's user defined resources.

Returns:

the next definition stage.

Applies to