Channel.UpdateStages.WithProvisioningState Interface

public static interface Channel.UpdateStages.WithProvisioningState

The stage of the Channel update allowing to specify provisioningState.

Method Summary

Modifier and Type Method and Description
abstract Update withProvisioningState(ChannelProvisioningState provisioningState)

Specifies the provisioningState property: Provisioning state of the channel..

Method Details

withProvisioningState

public abstract Channel.Update withProvisioningState(ChannelProvisioningState provisioningState)

Specifies the provisioningState property: Provisioning state of the channel..

Parameters:

provisioningState - Provisioning state of the channel.

Returns:

the next definition stage.

Applies to