Share via


LabPlan.DefinitionStages.WithIdentity Interface

public static interface LabPlan.DefinitionStages.WithIdentity

The stage of the LabPlan definition allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentity(Identity identity)

Specifies the identity property: Managed Identity Information.

Method Details

withIdentity

public abstract LabPlan.DefinitionStages.WithCreate withIdentity(Identity identity)

Specifies the identity property: Managed Identity Information.

Parameters:

identity - Managed Identity Information.

Returns:

the next definition stage.

Applies to