Interface Workspace.DefinitionStages.WithIdentity
- All Known Subinterfaces:
Workspace.Definition, Workspace.DefinitionStages.WithCreate
- Enclosing interface:
Workspace.DefinitionStages
public static interface Workspace.DefinitionStages.WithIdentity
The stage of the Workspace definition allowing to specify identity.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdentity(Identity identity) Specifies the identity property: The identity of the resource..
-
Method Details
-
withIdentity
Specifies the identity property: The identity of the resource..- Parameters:
identity- The identity of the resource.- Returns:
- the next definition stage.
-