次の方法で共有


LabPlan.DefinitionStages.WithDefaultAutoShutdownProfile Interface

public static interface LabPlan.DefinitionStages.WithDefaultAutoShutdownProfile

The stage of the LabPlan definition allowing to specify defaultAutoShutdownProfile.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDefaultAutoShutdownProfile(AutoShutdownProfile defaultAutoShutdownProfile)

Specifies the defaultAutoShutdownProfile property: The default lab shutdown profile.

Method Details

withDefaultAutoShutdownProfile

public abstract LabPlan.DefinitionStages.WithCreate withDefaultAutoShutdownProfile(AutoShutdownProfile defaultAutoShutdownProfile)

Specifies the defaultAutoShutdownProfile property: The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile..

Parameters:

defaultAutoShutdownProfile - The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile.

Returns:

the next definition stage.

Applies to