次の方法で共有


LabPlan.DefinitionStages.WithSharedGalleryId Interface

public static interface LabPlan.DefinitionStages.WithSharedGalleryId

The stage of the LabPlan definition allowing to specify sharedGalleryId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSharedGalleryId(String sharedGalleryId)

Specifies the sharedGalleryId property: Resource ID of the Shared Image Gallery attached to this lab plan.

Method Details

withSharedGalleryId

public abstract LabPlan.DefinitionStages.WithCreate withSharedGalleryId(String sharedGalleryId)

Specifies the sharedGalleryId property: Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs..

Parameters:

sharedGalleryId - Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs.

Returns:

the next definition stage.

Applies to