Interface Workspace.DefinitionStages.WithManagedBy

All Known Subinterfaces:
Workspace.Definition, Workspace.DefinitionStages.WithCreate
Enclosing interface:
Workspace.DefinitionStages

public static interface Workspace.DefinitionStages.WithManagedBy
The stage of the Workspace definition allowing to specify managedBy.
  • Method Details

    • withManagedBy

      Specifies the managedBy property: The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource..
      Parameters:
      managedBy - The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
      Returns:
      the next definition stage.