StreamingJob.UpdateStages.WithSkuPropertiesSku Interface

public static interface StreamingJob.UpdateStages.WithSkuPropertiesSku

The stage of the StreamingJob update allowing to specify skuPropertiesSku.

Method Summary

Modifier and Type Method and Description
abstract Update withSkuPropertiesSku(Sku skuPropertiesSku)

Specifies the skuPropertiesSku property: Describes the SKU of the streaming job.

Method Details

withSkuPropertiesSku

public abstract StreamingJob.Update withSkuPropertiesSku(Sku skuPropertiesSku)

Specifies the skuPropertiesSku property: Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests..

Parameters:

skuPropertiesSku - Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.

Returns:

the next definition stage.

Applies to