Share via


Image.DefinitionStages.WithEnabledState Interface

public static interface Image.DefinitionStages.WithEnabledState

The stage of the Image definition allowing to specify enabledState.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEnabledState(EnableState enabledState)

Specifies the enabledState property: Is the image enabled.

Method Details

withEnabledState

public abstract Image.DefinitionStages.WithCreate withEnabledState(EnableState enabledState)

Specifies the enabledState property: Is the image enabled.

Parameters:

enabledState - Is the image enabled.

Returns:

the next definition stage.

Applies to