Interface ApiManagementServiceResource.UpdateStages.WithRestore
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithRestore
The stage of the ApiManagementServiceResource update allowing to specify restore.
-
Method Summary
Modifier and TypeMethodDescriptionwithRestore(Boolean restore) Specifies the restore property: Undelete Api Management Service if it was previously soft-deleted.
-
Method Details
-
withRestore
Specifies the restore property: Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored..- Parameters:
restore- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.- Returns:
- the next definition stage.
-