IntegrationRuntimeResource.DefinitionStages.WithProperties Interface

public static interface IntegrationRuntimeResource.DefinitionStages.WithProperties

The stage of the IntegrationRuntimeResource definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(IntegrationRuntime properties)

Specifies the properties property: Integration runtime properties..

Method Details

withProperties

public abstract IntegrationRuntimeResource.DefinitionStages.WithCreate withProperties(IntegrationRuntime properties)

Specifies the properties property: Integration runtime properties..

Parameters:

properties - Integration runtime properties.

Returns:

the next definition stage.

Applies to