次の方法で共有


LabPlan.UpdateStages.WithDefaultConnectionProfile Interface

public static interface LabPlan.UpdateStages.WithDefaultConnectionProfile

The stage of the LabPlan update allowing to specify defaultConnectionProfile.

Method Summary

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

Specifies the defaultConnectionProfile property: The default lab connection profile.

Method Details

withDefaultConnectionProfile

public abstract LabPlan.Update 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