次の方法で共有


LabPlan.Update Interface

Implements

public static interface LabPlan.Update
extends WithTags, WithIdentity, WithDefaultConnectionProfile, WithDefaultAutoShutdownProfile, WithDefaultNetworkProfile, WithAllowedRegions, WithSharedGalleryId, WithSupportInfo, WithLinkedLmsInstance

The template for LabPlan update.

Method Summary

Modifier and Type Method and Description
abstract LabPlan apply()

Executes the update request.

abstract LabPlan apply(Context context)

Executes the update request.

Method Details

apply

public abstract LabPlan apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract LabPlan apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to