Share via


LabPlan.DefinitionStages.WithDefaultConnectionProfile Interface

public static interface LabPlan.DefinitionStages.WithDefaultConnectionProfile

The stage of the LabPlan definition allowing to specify defaultConnectionProfile.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDefaultConnectionProfile(ConnectionProfile defaultConnectionProfile)

Specifies the defaultConnectionProfile property: The default lab connection profile.

Method Details

withDefaultConnectionProfile

public abstract LabPlan.DefinitionStages.WithCreate withDefaultConnectionProfile(ConnectionProfile defaultConnectionProfile)

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

Parameters:

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

Returns:

the next definition stage.

Applies to