SecuritySetting.DefinitionStages.WithProvisioningState Interface

public static interface SecuritySetting.DefinitionStages.WithProvisioningState

The stage of the SecuritySetting definition allowing to specify provisioningState.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProvisioningState(ProvisioningState provisioningState)

Specifies the provisioningState property: The status of the last operation..

Method Details

withProvisioningState

public abstract SecuritySetting.DefinitionStages.WithCreate withProvisioningState(ProvisioningState provisioningState)

Specifies the provisioningState property: The status of the last operation..

Parameters:

provisioningState - The status of the last operation.

Returns:

the next definition stage.

Applies to